xuxueyang
2024-08-02 e3c019754f508ee7744493f108d58d1a4bacc163
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>
@@ -71,8 +74,7 @@
                  <!-- #endif -->
                  <!-- #ifdef PUB_CUSTOMER -->
                  <!--            open-type="getUserInfo"-->
                  <button @tap="wxreg('')"
                     class="bottom-button">注册,{{!partnerId?'未绑定合伙人':`已绑定${partnerName}`}}</button>
                  <button @tap="wxreg('')" class="bottom-button">注 册</button>
                  <!-- #endif -->
@@ -343,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