|
|
@@ -60,7 +60,7 @@ export default class PigBank extends cc.Component {
|
|
|
if (gData.gameData.gameData.piggyBank >= gData.pigbank.cash_min_limit) {
|
|
|
this.lbl_get_desc.string = '明日可提现';
|
|
|
} else {
|
|
|
- this.lbl_get_desc.string = '满' + gData.pigbank.cash_min_limit + '元可提';
|
|
|
+ this.lbl_get_desc.string = '满' + (gData.pigbank.cash_min_limit / 100).toFixed(2) + '元可提';
|
|
|
}
|
|
|
this.node_tip_anim.active = true;
|
|
|
this.anim_btn_cash.stop();
|