手机端购买提示

This commit is contained in:
wanyongkang
2020-11-13 09:39:59 +08:00
parent d90e4d6184
commit cca1420ad5

View File

@@ -582,7 +582,8 @@
if (res.Code == 10000) { if (res.Code == 10000) {
hidePayWait(); hidePayWait();
if (res.Data == "00") { if (res.Data == "00") {
//alert('购买成功') alert('购买成功');
window.location.href = "/user/myaccounts";
showPayOk(); showPayOk();
} else { } else {
that.payCallback(res.Data) that.payCallback(res.Data)
@@ -621,7 +622,8 @@
if (res.Code == 10000) { if (res.Code == 10000) {
hidePayWait(); hidePayWait();
if (res.Data == "00") { if (res.Data == "00") {
//alert('购买成功') alert('购买成功');
window.location.href = "/user/myaccounts";
showPayOk(); showPayOk();
} else { } else {
that.payCallback(res.Data) that.payCallback(res.Data)
@@ -693,7 +695,8 @@
clearInterval(that.payHandler); clearInterval(that.payHandler);
$(".payMask").hide(); $(".payMask").hide();
showPayOk(); showPayOk();
//window.location.href = "/user/myaccounts"; alert('购买成功');
window.location.href = "/user/myaccounts";
} }
} }
}) })