fix:修复订单详情接口没有取值alipay_order_number字段

This commit is contained in:
Apple 2022-11-04 10:28:05 +08:00
parent 70bf73f486
commit e6a81db651
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
plaflam: 1, plaflam: 1,
payResult: false, payResult: false,
copyLink: '', copyLink: '',
orderId:'',
redirect_url: '' //微信小程序链接 redirect_url: '' //微信小程序链接
}; };
}, },
@ -118,6 +119,7 @@
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段 this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
this.redirect_url = res.data.wechat_redirect_url; this.redirect_url = res.data.wechat_redirect_url;
this.payStatus = res.data.pay_status; this.payStatus = res.data.pay_status;
this.orderId=res.data.alipay_order_number;
} else { } else {
this.countdownFn(); this.countdownFn();
} }