| | |
| | | $that.payFeeOrderConfirmInfo.payType = _data.payType; |
| | | console.log('payFeeOrderConfirmInfo', _data, 'feeId ', $that.feeId); |
| | | |
| | | $that._payOweFee() |
| | | |
| | | |
| | | if ($that.payFeeOrderConfirmInfo.payType === 'qrCode') { |
| | | $that._payOweFee() |
| | | }else{ |
| | | $("#doPayFeeModal").modal('show'); |
| | | } |
| | | // if ($that.payFeeOrderConfirmInfo.payType === 'qrCode') { |
| | | // $that.$nextTick(function () { |
| | | // $that.generateQRCode($that.qrcodeUrl); |
| | |
| | | appId: "wx780f11f414d30cbf" |
| | | // } |
| | | }; |
| | | if ($that.payFeeOrderConfirmInfo.cycles=='-103'|| $that.payFeeOrderConfirmInfo.cycles=='103') { |
| | | if ($that.payFeeOrderConfirmInfo.cycles == '-103' || $that.payFeeOrderConfirmInfo.cycles == '103') { |
| | | param.custEndTime = $that.payFeeOrderConfirmInfo.custEndTime |
| | | } else if ($that.payFeeOrderConfirmInfo.cycles=='-105'|| $that.payFeeOrderConfirmInfo.cycles=='105') { |
| | | } else if ($that.payFeeOrderConfirmInfo.cycles == '-105' || $that.payFeeOrderConfirmInfo.cycles == '105') { |
| | | param.custEndTime = $that.payFeeOrderConfirmInfo.customEndTime, |
| | | param.custStartTime = $that.payFeeOrderConfirmInfo.customStartTime |
| | | param.custStartTime = $that.payFeeOrderConfirmInfo.customStartTime |
| | | } |
| | | //发送get请求 |
| | | // vc.http.apiPost('/payment.nativeQrcodePayment', |
| | |
| | | vc.toast("请求失败,未找到相关数据。请检查缴费信息。"); // 显示提示信息 |
| | | return; // 退出函数 |
| | | } |
| | | if (!_data.qrCode) { |
| | | // 处理404错误 |
| | | vc.toast(_data.msg); // 显示提示信息 |
| | | return; // 退出函数 |
| | | } |
| | | // console.log('nativeQrcodePayment', _data.data.body); |
| | | // const data = JSON.parse(_data.data.body); |
| | | // $that.qrcodeUrl = data.qr_code; |