|
|
@ -101,6 +101,8 @@ export default { |
|
|
|
mobile: water_card?.mobile || '', |
|
|
|
pay_type: this.getTextForType(pData?.payTypeName || ''), |
|
|
|
pay_amount: pData?.amount || 0, |
|
|
|
// 后端:都要传,,,(我也不知道什么原因 |
|
|
|
card_no: pData?.selectedCardNo || '', |
|
|
|
order_no: pData?.selectedCardNo || '' |
|
|
|
} |
|
|
|
let _rechargeRes = await this.rechargePayReq(_reqData); |
|
|
|