Commit 9582dff7 authored by youjie's avatar youjie

no message

parent 6d5ff833
......@@ -618,19 +618,19 @@
icon: "none",
});
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({
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);
},
});
......
......@@ -616,7 +616,7 @@
}, 100);
},
fail: function(err) {
// that.submit = true;
that.submit = true;
that.successVisible = true
// uni.showToast({
// 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