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
14c73bfb
Commit
14c73bfb
authored
Apr 02, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ce00d108
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
index.js
business/pages/themeeditor/index.js
+1
-0
index.js
src/pages/sharemoretheme/index.js
+4
-2
index.wxml
src/pages/sharemoretheme/index.wxml
+1
-1
No files found.
business/pages/themeeditor/index.js
View file @
14c73bfb
...
...
@@ -2158,6 +2158,7 @@ Page({
},
delallCheck
()
{
this
.
setData
({
radioname
:
''
,
radioList
:
[]
})
},
...
...
src/pages/sharemoretheme/index.js
View file @
14c73bfb
...
...
@@ -53,7 +53,8 @@ Page({
selectedRadio
:
""
,
maxIndex
:
5
,
studentMobile
:
""
,
//手机号
waitSbumitContent
:
""
//信息手机提交数据
waitSbumitContent
:
""
,
//信息手机提交数据
hadAuthMobile
:
false
,
// 授权成功但未加入成功,只为页面记录状态不再重复授权
},
onLoad
:
function
(
options
)
{
const
that
=
this
;
...
...
@@ -336,7 +337,8 @@ Page({
that
.
setData
({
sessionCode
:
that
.
data
.
sessionCode
,
encryptData
:
encryptedData
,
iv
iv
,
hadAuthMobile
:
true
,
});
this
.
gojoin
();
}
...
...
src/pages/sharemoretheme/index.wxml
View file @
14c73bfb
...
...
@@ -158,7 +158,7 @@
<image src="{{imageRoot}}2c/sharemoretheme/home.png" class="homeicon" alt="Image" />
<view class="classtext">首页</view>
</view>
<button class="jointext" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:if="{{
!studentMobile
}}">加入打卡<view class="light"></view></button>
<button class="jointext" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:if="{{
studentMobile=='' && !hadAuthMobile
}}">加入打卡<view class="light"></view></button>
<view class="jointext" bindtap="gojoin" wx:else>{{ moreTheme.is_join == 1 ? '立即闯关' : '加入打卡' }} <view class="light"></view></view>
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
...
...
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