手机端购买续费问题

This commit is contained in:
“wanyongkang”
2021-03-15 15:21:53 +08:00
parent 1de342ed5e
commit 0765e3abfc
2 changed files with 5 additions and 1 deletions

View File

@@ -317,7 +317,7 @@
},
payCallback: function (data) {
this.OrderInfo = data.OrderInfo;
if (!data.PayData) { alert("下单失败"); return; }
if (!data.PayData) { alert("下单成功"); return; }
var payChannel = this.OrderInfo.PayChannel;
if (payChannel == 10) {
this.h5WxPay(data.PayData)