Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
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
wildfirecode13
new_taobao
Commits
2cc2b8f4
Commit
2cc2b8f4
authored
Oct 16, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
0b78ea6b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2284 additions
and
230 deletions
+2284
-230
comunlockstepmodal.js
...lient/components/comunlockstepmodal/comunlockstepmodal.js
+2
-2
myprize.js
taobao_jn/client/pages/myprize/myprize.js
+302
-228
debug.log
taobao_jn/debug.log
+1980
-0
No files found.
taobao_jn/client/components/comunlockstepmodal/comunlockstepmodal.js
View file @
2cc2b8f4
...
...
@@ -30,8 +30,8 @@ Component({
},
didMount
(){
const
{
unLockStep
,
warms
}
=
this
.
props
.
gameOverData
;
let
str
=
unLockStep
==
2
?
'恭喜您解锁5系赛段
,获得30温暖值'
:
'恭喜您解锁7系赛段,,获得50温暖值
'
;
let
str1
=
unLockStep
==
2
?
'进入三人场
'
:
'进入四人场
'
;
let
str
=
unLockStep
==
2
?
'恭喜您解锁5系赛段
'
:
'恭喜您解锁7系赛段
'
;
let
str1
=
unLockStep
==
2
?
'进入三人场
,获得30温暖值'
:
'进入四人场,获得50温暖值
'
;
this
.
setData
({
unLockStep
:
unLockStep
,
title1
:
str
,
...
...
taobao_jn/client/pages/myprize/myprize.js
View file @
2cc2b8f4
This diff is collapsed.
Click to expand it.
taobao_jn/debug.log
View file @
2cc2b8f4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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