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
63d3e214
Commit
63d3e214
authored
Oct 02, 2020
by
AU-Pro-mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new change
parent
07cf7399
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
homePage.js
taobao_mini/client/pages/homePage/homePage.js
+2
-3
pagecanvas.js
taobao_mini/client/pages/pagecanvas/pagecanvas.js
+2
-4
No files found.
taobao_mini/client/pages/homePage/homePage.js
View file @
63d3e214
...
...
@@ -171,7 +171,6 @@ Page({
// test - code
// url: 'https://cloud.video.taobao.com/play/u/20446068/p/1/e/6/t/1/239271757987.mp4', timeStamp: 0, totalTime: 0, completed: false
// test - code
}
this
.
videoImgSrcSmallArr
[
index
]
=
item
.
mainImage
})
...
...
@@ -315,9 +314,9 @@ Page({
this
.
setData
({
ticketNum
:
data
.
gameTimes
,
drawNum
:
data
.
lotteryTimes
,
// test - code
// ticketNum: 1,
// drawNum: 1,
// todayFirstLogin: data.todayFirstLogin
// drawNum: 1
})
// if (this.data.todayFirstLogin) this.userFirstInToday()
}
...
...
taobao_mini/client/pages/pagecanvas/pagecanvas.js
View file @
63d3e214
...
...
@@ -149,10 +149,9 @@ Component({
// 游戏开始 获取用户信息
gameStartInfo
()
{
//
-- test code --
//
test - code
// this.gameStartInfo_test()
// return
// -- test code --
API
.
doJoin
({
activityId
:
app
.
activityId
,
type
:
this
.
data
.
gameType
===
1
?
'slide'
:
'timeline'
})
.
then
(
res
=>
{
...
...
@@ -184,10 +183,9 @@ Component({
// 游戏结束 获取开奖
getGameOverPrize
()
{
//
-- test code --
//
test - code
// this.getGameOverPrize_test()
// return
// -- test code --
API
.
gameOver
({
activityId
:
app
.
activityId
,
type
:
this
.
data
.
gameType
===
1
?
'slide'
:
'timeline'
,
isWin
:
this
.
isWin
})
.
then
(
res
=>
{
...
...
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