Commit a0b23c3c authored by 邱旭's avatar 邱旭

1

parent 0d109a04
......@@ -29,7 +29,6 @@ export default class TurntableIcon extends IconBase {
this.visible = false;
return;
}
this.visible = true;
let data = res.data;
if (data.remainTimes > 0 || (getHomeData().wealth > data.nextTimeNeedCoin)) {
this.tipsVisible = true;
......@@ -37,6 +36,7 @@ export default class TurntableIcon extends IconBase {
} else {
this.tipsVisible = false;
}
this.visible = res.data.luckyDrawInfo.enable;
})
}
......
......@@ -8,7 +8,7 @@
"costCoinJoinTimes": 0,
"nextTimeNeedCoin": 20,
"luckyDrawInfo": {
"enable": true,
"enable": false,
"id": null,
"baseCount": 20,
"bonusCount": 0,
......
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