xuxy
2024-07-03 d91c23a3dc8cb22c0a5b2bbb5a74c6aac37469b5
pages/user/supplier-user.vue
@@ -20,7 +20,8 @@
            <image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image>
            <view class="name">
               <view class="t1">{{currentInfo.nickName || currentInfo.loginName || '-'}}<span
               <view class="t1">
                  {{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span
                     v-if="currentInfo.supplierDTO&&currentInfo.supplierDTO.status!=='P'">
                     ({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span>
               </view>
@@ -55,11 +56,11 @@
            <view class="flex">
               <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
               <view class="name">
                  客服电话 :  &nbsp;&nbsp; <span class="topic-gray">{{tel}}</span>
                  客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{tel}}</span>
               </view>
            </view>
         </view>
<!--          <view class="user-util m-t-12 " @click="callTel" v-if="selftype==='partner'">
         <!--          <view class="user-util m-t-12 " @click="callTel" v-if="selftype==='partner'">
            <view class="name">
               账号: <span class="topic-gray">{{tel}}</span>
            </view>