md
This commit is contained in:
parent
1d081dd748
commit
61ed03dbd0
@ -276,10 +276,12 @@ export default {
|
||||
settleBillNo: state
|
||||
})
|
||||
.then(response => {
|
||||
console.log("===>requestPayment==response=>",response.data);
|
||||
console.log("===>requestPayment==response=>",response);
|
||||
console.log("===>requestPayment==response.data=>",response.data);
|
||||
this.loadingVisible = false;
|
||||
if (response.code === 200) {
|
||||
this.wechatPaymentParams = response.data;
|
||||
if (response.data.code === 200) {
|
||||
this.wechatPaymentParams = response.data.data;
|
||||
console.log("===>wechatPaymentParams==wechatPaymentParams=>", this.wechatPaymentParams);
|
||||
this.invokeWechatPayment();
|
||||
} else {
|
||||
this.showPaymentResult(false, response.message || '获取支付参数失败');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user