1
xuxueyang
2024-08-02 54ae9c43662b1ab98f78392c3b235d64251fa7ae
pages/user/supplier-user.vue
@@ -225,9 +225,7 @@
            <view class="flex flex-wrap-normal" >
               <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
                <!-- @click="callTel" -->
                <button open-type="contact"
                class="component-button-contact"
                 @handleContact="handleContact">
               <button open-type="contact" class="component-button-contact" @handleContact="handleContact">
                   <view class="name">
                      客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{ tel }}</span>
                   </view>
@@ -376,14 +374,18 @@
                        that.$message.hideLoading()
                        if (code == 0) {
                           that.$message.showToast(`绑定合伙人${partnerName}成功`)
                           setTimeout(() => {
                              that.$message.showLoading()
                           await that.$store.dispatch('getCurrentInfo')
                              that.$message.hideLoading()
                           }, 300)
                        }
                     } else {
                        that.$message.showToast('二维码格式不正确扫码失败')
                     }
                  } catch (e) {
                     that.$message.showToast('二维码格式不正确扫码失败')
                     that.$message.showToast('二维码扫码错误')
                  }
               },
               fail() {