Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_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
hello_taobao
Commits
5805a483
Commit
5805a483
authored
Sep 08, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ca750f71
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
pageshou_ye.js
dist/pages/pageshou_ye/pageshou_ye.js
+2
-1
OPEN_PRIZE_STATUS.js
dist/utils/OPEN_PRIZE_STATUS.js
+14
-0
No files found.
dist/pages/pageshou_ye/pageshou_ye.js
View file @
5805a483
...
@@ -67,7 +67,8 @@ Page({
...
@@ -67,7 +67,8 @@ Page({
startBtnVisible
:
true
,
startBtnVisible
:
true
,
ruleModalBtnVisible
:
true
ruleModalBtnVisible
:
true
})
})
}
};
API
.
getFloorPrize
},
},
/**
/**
* 登录接口
* 登录接口
...
...
dist/utils/OPEN_PRIZE_STATUS.js
0 → 100644
View file @
5805a483
const
OPEN_PRIZE_STATUS
=
{
// 待开奖
WAIT_AWARD
:
1
,
// 开奖中
PROCESSING
:
2
,
// 开奖成功
SUCCESS
:
3
,
// 开奖失败
FAIL
:
4
,
// 不开奖
NOT_OPEN
:
5
}
export
default
OPEN_PRIZE_STATUS
\ No newline at end of file
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