Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mini-program-wepy
Commits
7a26a837
Commit
7a26a837
authored
May 28, 2020
by
ziyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9c97959c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
raffle.wpy
src/pages/raffle.wpy
+3
-3
No files found.
src/pages/raffle.wpy
View file @
7a26a837
...
...
@@ -119,7 +119,7 @@
<text class="money">{{quantity}}克币</text>
</view>
<view class="raffle-chance">中奖概率: {{chance}}</view>
<view class="raffle-progress">
中
奖进度:
<view class="raffle-progress">
开
奖进度:
<view class="progress">
<view class="orange" style="{{progressStyle}}"></view>
</view>
...
...
@@ -172,8 +172,8 @@
that.btnfont = '立即参与';
});
}
this.btnfont = '提交中...';
if(detail.encryptedData) {
this.btnfont = '提交中...';
wx.checkSession({
success () {
goprize();
...
...
@@ -213,7 +213,7 @@
},
joinin() {
if(!this.isCheck) {
Notify({message: '
请先勾选
!', background:'#FF5D15'})
Notify({message: '
勾选同意后才可以抽奖
!', background:'#FF5D15'})
return;
}
if(this.hasPhone) {
...
...
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