Commit 7028ccfc authored by youjie's avatar youjie

no message

parent a296b2d2
......@@ -617,15 +617,15 @@
},
fail: function(err) {
that.submit = true;
// that.successVisible = true
uni.showToast({
title: "支付失败",
icon: "none",
});
that.successVisible = true
// uni.showToast({
// title: "支付失败",
// icon: "none",
// });
setTimeout(() => {
uni.redirectTo({
url: "/pages/hotel/orderdetails?orderId=" + item.ErpOrderId,
});
// uni.redirectTo({
// url: "/pages/hotel/orderdetails?orderId=" + item.ErpOrderId,
// });
// let OrderTypeStr = ''
// // #ifdef MP-DI
// OrderTypeStr = '8,9,10,11'
......
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