|
|
@@ -57,6 +57,11 @@ export class RedBagCashData extends Data {
|
|
|
let item_data = this.getItemDataByIndex(cash_index);
|
|
|
gData.gameData.gameData.redMoney -= item_data.type_value;
|
|
|
|
|
|
+ // 打开提现到账界面
|
|
|
+ gData.receiptNotice.receip_rmb = item_data.money;
|
|
|
+ gData.cashNormal.receip_total_rmb += gData.receiptNotice.receip_rmb;
|
|
|
+ mk.ui.openPanel('module/receiptNotice/receiptNotice');
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/**
|