Commit d1cb8431 authored by youjie's avatar youjie

no message

parent 47af02f3
...@@ -439,15 +439,16 @@ ...@@ -439,15 +439,16 @@
fail: function(err) { fail: function(err) {
console.log("fail:", err); console.log("fail:", err);
that.submit=false that.submit=false
uni.showToast({ that.successVisible = true
title: "支付失败", // uni.showToast({
icon: "none", // title: "支付失败",
}); // icon: "none",
setTimeout(() => { // });
uni.redirectTo({ // setTimeout(() => {
url: "/pages/airTicket/airTicketOrderDetail?OrderNo=" + OrderNo, // uni.redirectTo({
}); // url: "/pages/airTicket/airTicketOrderDetail?OrderNo=" + OrderNo,
}, 100); // });
// }, 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