|
|
@@ -60,6 +60,7 @@ export class PigBankData extends Data {
|
|
|
let response = await mk.http.sendRequest('piggyBankCash', 'POST', JSON.stringify(data));
|
|
|
// let response = await mk.http.sendRequest('readyCash', 'POST', JSON.stringify(data));
|
|
|
if (response.errcode != 0) {
|
|
|
+ mk.tip.pop('系统异常');
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -70,5 +71,10 @@ export class PigBankData extends Data {
|
|
|
|
|
|
}
|
|
|
this.cash_enable = 0;
|
|
|
+
|
|
|
+ // 打开提现到账界面
|
|
|
+ gData.receiptNotice.receip_rmb = this._cur_cash_count;
|
|
|
+ gData.cashNormal.receip_total_rmb += gData.receiptNotice.receip_rmb;
|
|
|
+ mk.ui.openPanel('module/receiptNotice/receiptNotice');
|
|
|
}
|
|
|
}
|