xuxueyang
2024-10-22 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1
pages/user/supplier-user.vue
@@ -187,6 +187,34 @@
            </view>
         </view>
      </view>
      <view class="user-utils kf-container  m-20 flex" v-if="selftype==='customer'||!selftype"
      @click="goto('/sub_pages/supplier/customer_service/customer_service',false)">
         <view class="">
            <image src="/static/common/icon-kf.png" class="icon-kf m-r-15 img100 icon"></image>
         </view>
         <view class="flex1" >
            <view class="icon-view" style="font-weight: 600;">
               我的客服
            </view>
            <view class="flex m-t-12">
               <view class="flex1 w-fit m-auto icon-view" @click.stop="callTel">
                  <image src="/static/common/icon-call.png" class="icon icon-call m-r-10  img100"></image>
                  {{tel}}
               </view>
               <view class="flex1 w-fit m-auto icon-view flex flex-wrap-normal" open-type="contact">
                  <image src="/static/common/icon-wx.png" class="icon icon-call m-t-2  m-r-10 img100"></image>
                  <button open-type="contact" class="component-button-contact" @handleContact="handleContact">
                     在线客服
                  </button>
               </view>
            </view>
         </view>
      </view>
      <view class="user-utils m-20" v-if="selftype==='customer'||!selftype">
         <view class="user-util m-t-12 user-customer-service-infos">
            <view class="title flex">
@@ -371,14 +399,14 @@
            </view>
         </view>
         <view class="user-util m-t-12 flex"
         <!-- <view class="user-util m-t-12 flex"
         v-if="selftype==='supplier'||selftype==='customer' || !selftype"
          @click="goto('/sub_pages/supplier/customer_service/customer_service',false)">
            <view class="title">我的客服</view>
            <view class="right-icon">
               <uni-icons type="right"></uni-icons>
            </view>
         </view>
         </view> -->