From e3c019754f508ee7744493f108d58d1a4bacc163 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 14:54:50 +0800 Subject: [PATCH] fix bug 接口对接和样式调整 --- pages/login/supplier-reg.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/login/supplier-reg.vue b/pages/login/supplier-reg.vue index f493427..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,7 +345,8 @@ return } var dto = JSON.parse(tjson) - dto.partnerId = this.partnerId || undefined + // dto.partnerId = this.partnerId || undefined + dto.partnerUserId = this.partnerId || undefined post.dto = dto } post.wxcode = wxcode -- Gitblit v1.9.3