From a2fff11b416bedd85185d759b671d569e033e530 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 11:37:37 +0800 Subject: [PATCH] 1 --- pages/login/supplier-reg.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/login/supplier-reg.vue b/pages/login/supplier-reg.vue index 85089a8..713f2fc 100644 --- a/pages/login/supplier-reg.vue +++ b/pages/login/supplier-reg.vue @@ -35,6 +35,9 @@ <view class="t-a titles-top"> <view class="title-1">HELLO</view> <view class="title-2">欢迎入驻<span class="title-3">花满芫</span></view> + <!-- #ifdef PUB_CUSTOMER --> + <view class="title-2">{{!partnerId?'未绑定合伙人':`已绑定${partnerName}`}}</view> + <!-- #endif --> </view> @@ -72,7 +75,7 @@ <!-- #ifdef PUB_CUSTOMER --> <!-- open-type="getUserInfo"--> <button @tap="wxreg('')" - class="bottom-button">注册,{{!partnerId?'未绑定合伙人':`已绑定${partnerName}`}}</button> + class="bottom-button">注 册</button> <!-- #endif --> @@ -344,6 +347,7 @@ } var dto = JSON.parse(tjson) dto.partnerId = this.partnerId || undefined + // dto.userId = this.partnerId || undefined post.dto = dto } post.wxcode = wxcode -- Gitblit v1.9.3