Commit 37b84a76 authored by 邱旭's avatar 邱旭

1

parent 9f26a250
...@@ -82,6 +82,7 @@ export default class Turntable extends Panel { ...@@ -82,6 +82,7 @@ export default class Turntable extends Panel {
if(this.remainTimes <= 0 && (getHomeData().wealth < this.nextTimeNeedCoin)) { if(this.remainTimes <= 0 && (getHomeData().wealth < this.nextTimeNeedCoin)) {
showToast("元宝不足咯~快去闯关赢元宝吧"); showToast("元宝不足咯~快去闯关赢元宝吧");
Loading.instace.hide(); Loading.instace.hide();
this.setBtnTouch(true);
return; return;
} }
this.queryPrize(); this.queryPrize();
......
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