Commit 6a36d7dc authored by 付清曌's avatar 付清曌

Merge branch 'feature/change' into 'master'

Feature/change

See merge request !22
parents d4453d83 17a6fbf9
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment