Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
90d28f11
Commit
90d28f11
authored
Feb 25, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lvtz_home' of git.server:wangxuelai/wechatapp.shangjiadao.com into sj-dev-0220
parents
4a342e93
fdcaba22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
newindex.js
src/pages/clockdetail/newindex.js
+2
-1
index.js
src/pages/morethemeindex/index.js
+3
-1
No files found.
src/pages/clockdetail/newindex.js
View file @
90d28f11
...
...
@@ -184,6 +184,7 @@ Page({
o
:
o
||
''
})
}
console
.
log
(
this
.
data
.
tid
,
this
.
data
.
cid
,
'参数'
)
app
.
getCurrentSchoolStudentId
({
source_id
:
this
.
data
.
tid
,
source_type
:
8
,
...
...
@@ -319,7 +320,7 @@ Page({
console
.
log
(
'type'
,
type
);
let
params
=
{};
if
(
type
==
3
){
params
=
{
mode_id
:
this
.
data
.
t
id
}
params
=
{
mode_id
:
this
.
data
.
clock
.
subject
.
unlock_mode_
id
}
}
else
{
params
=
{
subject_id
:
this
.
data
.
tid
}
}
...
...
src/pages/morethemeindex/index.js
View file @
90d28f11
...
...
@@ -1414,8 +1414,10 @@ Page({
wx
.
showLoading
({
title
:
'日签生成中...'
})
console
.
log
(
this
.
data
.
themeSelect
,
'主题'
)
generateCustomerQrcode
({
scene
:
`c=
${
clockDetail
[
0
].
id
}
&t=
${
this
.
data
.
themeSelect
.
unlock_mode_
id
}
&w=
${
app
.
globalData
.
currentSchoolStudentId
}
`
,
scene
:
`c=
${
clockDetail
[
0
].
id
}
&t=
${
this
.
data
.
themeSelect
.
id
}
&w=
${
app
.
globalData
.
currentSchoolStudentId
}
`
,
page
:
`src/pages/clockdetail/newindex`
// scene: `ctd=${visitor && visitor.id}&t=${this.data.tid}`,
// page: `src/pages/beforeinvitation/index`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment