From e474ab6cee45627c34a8fc79f2b76c9e82763f2c Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 14 八月 2024 17:44:40 +0800
Subject: [PATCH] update 供应商结算单

---
 pages/login/supplier-login.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/login/supplier-login.vue b/pages/login/supplier-login.vue
index d184e05..dcb669d 100644
--- a/pages/login/supplier-login.vue
+++ b/pages/login/supplier-login.vue
@@ -423,7 +423,7 @@
 				}, 1000)
 			},
 			toHome() {
-				uni.redirectTo({
+				uni.reLaunch({
 					url: '/pages/home/home'
 				})
 			},
@@ -439,7 +439,7 @@
 				})
 				// #endif
 				// #ifdef PUB_SUPPLIER
-				uni.redirectTo({
+				uni.reLaunch({
 					url: '/pages/login/supplier-reg'
 				})
 				// #endif
@@ -448,7 +448,7 @@
 				// uni.navigateTo({
 				// 	url: '/sub_pages/customer/customer-info/customer-info' + addstr
 				// })
-				uni.redirectTo({
+				uni.reLaunch({
 					url: '/pages/login/supplier-reg'
 				})
 				// todo 如果是有分享id的,可能需要提前进行绑定
@@ -525,7 +525,7 @@
 					// 	uni.navigateBack();
 					// }, 1000);
 
-					//todo 登录后可能需要进行绑定
+					
 
 				} else {
 					// uni.showToast({

--
Gitblit v1.9.3