Commit 8e8e2cf7 by 程默

fix

parent 7b904446
......@@ -111,9 +111,11 @@ export default {
payData.fail = res => {
console.log("支付失败", res, this.options.orderSn);
this.message = "支付失败";
wxPay.cancelPayment(this.options.orderSn).then(() => {
console.log("取消成功");
});
if (res.errMsg='requestPayment:fail cancel') {
wxPay.cancelPayment(this.options.orderSn).then(() => {
console.log("取消成功");
});
}
this.toPage();
};
payData.complete = res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment