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
b84127d3
Commit
b84127d3
authored
Mar 31, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
37216dce
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
9 deletions
+7
-9
index.js
business/pages/themeeditor/index.js
+3
-3
landpage.js
src/pages/calendarthemeindex/landpage.js
+1
-1
index.js
src/pages/sharemoretheme/index.js
+0
-2
index.wxml
src/pages/sharemoretheme/index.wxml
+1
-1
landpage.js
src/pages/themeindex/landpage.js
+2
-2
No files found.
business/pages/themeeditor/index.js
View file @
b84127d3
...
...
@@ -1976,9 +1976,9 @@ Page({
if
(
value
>
199
)
{
value
=
199
;
}
if
(
value
==
0
)
{
value
=
1
;
}
//
if (value == 0) {
//
value = 1;
//
}
this
.
setData
({
copySubjectCount
:
Number
(
value
)
})
...
...
src/pages/calendarthemeindex/landpage.js
View file @
b84127d3
...
...
@@ -1005,7 +1005,7 @@ Page({
?
{}
:
{
code
:
this
.
data
.
sessionCode
,
encryptData
:
this
.
data
.
encrypt
ed
Data
,
encryptData
:
this
.
data
.
encryptData
,
iv
:
this
.
data
.
iv
};
subjectStudentSign
(
...
...
src/pages/sharemoretheme/index.js
View file @
b84127d3
...
...
@@ -174,7 +174,6 @@ Page({
wx
.
setNavigationBarTitle
({
title
:
data
.
title
});
console
.
log
(
data
.
introduce
,
"introduce"
);
this
.
setData
({
moreTheme
:
data
,
sid
:
data
.
school_id
...
...
@@ -380,7 +379,6 @@ Page({
}
else
{
this
.
joinClock
();
}
console
.
log
(
7555555555555
);
},
closeinfoget
()
{
this
.
setData
({
...
...
src/pages/sharemoretheme/index.wxml
View file @
b84127d3
...
...
@@ -116,7 +116,7 @@
</view>
<view class="tip-title">填写信息后加入</view>
<view class="ipt-box" >
<input type="text" placeholder-class="placeholderclass" class="iteminput" maxlength="15" bindinput="nameInput" placeholder="请输入姓名"></input>
<input type="text" placeholder-class="placeholderclass" class="iteminput"
value="{{name}}"
maxlength="15" bindinput="nameInput" placeholder="请输入姓名"></input>
</view>
<!-- <view class="ipt-box">
<input type="number" placeholder-class="placeholderclass" class="iteminput mobile" maxlength="11" value="{{mobile}}" bindinput="mobileInput" placeholder="请输入手机号"></input>
...
...
src/pages/themeindex/landpage.js
View file @
b84127d3
...
...
@@ -956,7 +956,7 @@ Page({
//允许授权执行跳转
that
.
setData
({
sessionCode
:
that
.
data
.
sessionCode
,
encrypt
ed
Data
:
encryptedData
,
encryptData
:
encryptedData
,
iv
});
if
(
this
.
data
.
themeSelect
.
join_rule_type
==
3
)
{
...
...
@@ -997,7 +997,7 @@ Page({
?
{}
:
{
code
:
this
.
data
.
sessionCode
,
encrypt
edData
:
this
.
data
.
encrypted
Data
,
encrypt
Data
:
this
.
data
.
encrypt
Data
,
iv
:
this
.
data
.
iv
};
subjectStudentSign
(
...
...
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