Commit 7543a385 authored by youjie's avatar youjie

支付

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