Commit 6d5ff833 authored by youjie's avatar youjie

no message

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