Commit 9582dff7 authored by youjie's avatar youjie

no message

parent 6d5ff833
...@@ -618,19 +618,19 @@ ...@@ -618,19 +618,19 @@
icon: "none", icon: "none",
}); });
setTimeout(() => { setTimeout(() => {
// uni.redirectTo({
// url: "/pages/bus/orderdetails?orderId=" + that.ErpOrderId,
// });
let OrderTypeStr = ''
// #ifdef MP-DI
OrderTypeStr = '12,13,14'
// #endif
// #ifdef MP-AG
OrderTypeStr = '5'
// #endif
uni.redirectTo({ uni.redirectTo({
url: `/pages/AggregateOrders/AggregateOrdersList?OrderTypeStr=${OrderTypeStr}`, url: "/pages/bus/orderdetails?orderId=" + that.ErpOrderId,
}); });
// let OrderTypeStr = ''
// // #ifdef MP-DI
// OrderTypeStr = '12,13,14'
// // #endif
// // #ifdef MP-AG
// OrderTypeStr = '5'
// // #endif
// uni.redirectTo({
// url: `/pages/AggregateOrders/AggregateOrdersList?OrderTypeStr=${OrderTypeStr}`,
// });
}, 100); }, 100);
}, },
}); });
......
...@@ -616,7 +616,7 @@ ...@@ -616,7 +616,7 @@
}, 100); }, 100);
}, },
fail: function(err) { fail: function(err) {
// that.submit = true; that.submit = true;
that.successVisible = true that.successVisible = true
// uni.showToast({ // uni.showToast({
// title: "支付失败", // title: "支付失败",
......
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