@@ -193,10 +193,20 @@
} else {
payIng = false
uni.$u.toast('支付失败!');
+ setTimeout(() => {
+ uni.redirectTo({
+ url: `/pages/order/index`
+ })
+ }, 500)
}
}).catch(() => {
})
uni.showToast({