From 2aeefc16be93b2ab09562d881718d432cf82e6f8 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 08 九月 2024 18:09:48 +0800
Subject: [PATCH] 1.去掉fv

---
 sub_pages/customer/shopping/confirm.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue
index 77686c9..b3840d2 100644
--- a/sub_pages/customer/shopping/confirm.vue
+++ b/sub_pages/customer/shopping/confirm.vue
@@ -204,11 +204,12 @@
 											// tmp.$message.showToast('支付成功')
 											//返回上一页
 											await tmp.$store.dispatch('sign_add', 'shopping')
-											// setTimeout(() => {
+											tmp.$message.showToast('支付成功')
+											setTimeout(() => {
+												uni.navigateBack()
+											}, 500)
+											// await 
 											// uni.navigateBack()
-											// }, 500)
-											await tmp.$message.showToast('支付成功')
-											uni.navigateBack()
 
 
 										},

--
Gitblit v1.9.3