Commit 5b565c3b authored by 邱旭's avatar 邱旭

1

parent 5319c475
...@@ -81,6 +81,7 @@ export default class Turntable extends Panel { ...@@ -81,6 +81,7 @@ export default class Turntable extends Panel {
Loading.instace.show(); Loading.instace.show();
if(this.remainTimes <= 0 && (getHomeData().wealth < this.nextTimeNeedCoin)) { if(this.remainTimes <= 0 && (getHomeData().wealth < this.nextTimeNeedCoin)) {
showToast("元宝不足咯~快去闯关赢元宝吧"); showToast("元宝不足咯~快去闯关赢元宝吧");
return;
} }
this.queryPrize(); this.queryPrize();
} }
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
}, },
"remainTimes":0, "remainTimes":0,
"costCoinJoinTimes":10, "costCoinJoinTimes":10,
"nextTimeNeedCoin":150 "nextTimeNeedCoin":10000
}, },
"desc":"OK", "desc":"OK",
"success":true, "success":true,
......
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