陶杰
2024-10-15 e3680e0ffb559ee136451a38e91ab0fe9eb265a6
pages/user/supplier-user.vue
@@ -371,15 +371,23 @@
            </view>
         </view>
         <view class="user-util m-t-12 flex"
         v-if="selftype==='supplier'||selftype==='customer' || !selftype"
          @click="goto('/pages/customer_service/customer_service',false)">
            <view class="title">我的客服</view>
            <view class="right-icon">
               <uni-icons type="right"></uni-icons>
            </view>
         </view>
         <view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
         <!-- <view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
            <view class="title">我的客服</view>
            <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">
                  <view class="name">
                     客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{ tel }}</span>
@@ -390,7 +398,7 @@
               </button>
            </view>
         </view>
         </view> -->
         <!--          <view class="user-util m-t-12 " @click="callTel" v-if="selftype==='partner'">
        <view class="name">
          账号: <span class="topic-gray">{{tel}}</span>
@@ -643,7 +651,10 @@
            var url = ''
            if (this.currentInfo.id) {
               // #ifdef PUB_CUSTOMER
               url = '/sub_pages/customer/customer-info/customer-info'
               // url = '/sub_pages/customer/customer-info/customer-info'
               url = '/sub_pages/customer/setup/setup'
               // #endif
               // #ifdef PUB_PARTNER
               url = '/sub_pages/partner/partner-info/partner-info'