Commit 7543a385 authored by youjie's avatar youjie

支付

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