Commit 7ae50adc authored by youjie's avatar youjie

no message

parent 3b0d4aae
...@@ -633,21 +633,11 @@ ...@@ -633,21 +633,11 @@
// title: "支付失败", // title: "支付失败",
// icon: "none", // icon: "none",
// }); // });
setTimeout(() => { // setTimeout(() => {
// uni.redirectTo({ // uni.redirectTo({
// url: `/pages/bus/orderdetails?orderId=${that.ErpOrderId}&OrderNo=${item.OrderNo}`, // url: `/pages/bus/orderdetails?orderId=${that.ErpOrderId}&OrderNo=${item.OrderNo}`,
// }); // });
// let OrderTypeStr = '' // }, 100);
// // #ifdef MP-DI
// OrderTypeStr = '12,13,14'
// // #endif
// // #ifdef MP-AG
// OrderTypeStr = '5'
// // #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