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

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

diff --git a/pages/login/supplier-reg.vue b/pages/login/supplier-reg.vue
index 713f2fc..85e6a25 100644
--- a/pages/login/supplier-reg.vue
+++ b/pages/login/supplier-reg.vue
@@ -74,8 +74,7 @@
 						<!-- #endif -->
 						<!-- #ifdef PUB_CUSTOMER -->
 						<!--            open-type="getUserInfo"-->
-						<button @tap="wxreg('')"
-							class="bottom-button">注 册</button>
+						<button @tap="wxreg('')" class="bottom-button">注 册</button>
 
 						<!-- #endif -->
 
@@ -346,8 +345,8 @@
 						return
 					}
 					var dto = JSON.parse(tjson)
-					dto.partnerId = this.partnerId || undefined
-					// dto.userId  = this.partnerId || undefined
+					// dto.partnerId = this.partnerId || undefined
+					dto.partnerUserId = this.partnerId || undefined
 					post.dto = dto
 				}
 				post.wxcode = wxcode

--
Gitblit v1.9.3