Lufaneng 10 months ago
parent ae867dc7e5
commit b8ab52c562

@ -325,10 +325,15 @@ const confirmPayment = async () => {
// 4. // 4.
if (paymentResult?.success) { if (paymentResult?.success) {
if (paymentResult.redirect) { if (paymentResult.redirect) {
// H5 uni.showToast({
uni.redirectTo({ title: "正在跳转支付页面...",
url: `/pagesA/payment-result/payment-result?order_no=${orderNum.order_no}`, icon: "loading",
duration: 2000,
}); });
// H5
// uni.redirectTo({
// url: `/pagesA/payment-result/payment-result?order_no=${orderNum.order_no}`,
// });
} else { } else {
// //
// //

Loading…
Cancel
Save