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
5053f905
Commit
5053f905
authored
Feb 26, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
56fd4aaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
index.js
src/pages/morethemeindex/index.js
+14
-5
No files found.
src/pages/morethemeindex/index.js
View file @
5053f905
...
...
@@ -2738,11 +2738,20 @@ Page({
return
}
if
((
!
data
||
data
.
my_unlock_count
==
0
)
&&
data
.
sort
!=
1
)
{
wx
.
showToast
({
title
:
'该关卡还未解锁,解锁机会已用完,明天再来吧'
,
icon
:
'none'
,
duration
:
2000
})
console
.
log
(
this
.
data
.
themeSelect
,
'this.data.themeSelect'
)
if
(
this
.
data
.
themeSelect
.
my_clock_count
==
0
){
wx
.
showToast
({
title
:
'请先打卡当前关卡才能解锁下一个关卡哦'
,
icon
:
'none'
,
duration
:
2000
})
}
else
{
wx
.
showToast
({
title
:
'该关卡还未解锁,解锁机会已用完,明天再来吧'
,
icon
:
'none'
,
duration
:
2000
})
}
return
;
}
try
{
...
...
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