From c3d363dcf6744ff5042a399bbd8c11671fafb429 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 02 八月 2024 11:32:25 +0800
Subject: [PATCH] 1

---
 pages/user/supplier-user.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue
index 1389c71..2ef6b06 100644
--- a/pages/user/supplier-user.vue
+++ b/pages/user/supplier-user.vue
@@ -373,12 +373,13 @@
 								})
 								that.$message.hideLoading()
 								if (code == 0) {
-									that.$message.showToast(`绑定合伙人${partnerName}成功`)
-									setTimeout(async () => {
-										that.$message.showLoading()
-										await that.$store.dispatch('getCurrentInfo')
-										that.$message.hideLoading()
-									}, 300)
+									that.$message.showToast(`绑定合伙人${partnerName}成功`)
+									await that.$store.dispatch('getCurrentInfo')
+									
+									// setTimeout(async () => {
+									// 	that.$message.showLoading()
+									// 	that.$message.hideLoading()
+									// }, 1000)
 
 								}
 							} else {

--
Gitblit v1.9.3