xuxy
2024-06-25 d1bb68d9f9054bbf87cd84956d3240c71d8e370c
pages/user/farmer-user.vue
@@ -4,33 +4,28 @@
         我的
      </view> -->
      <!-- 背景图 -->
      <view class="top-bg" :style="{'padding-top':(StatusBar)+'px','line-height':CustomBar+'rpx' }">
      <view class="top-bg img100" :style="{'padding-top':(StatusBar)+'px','line-height':CustomBar+'rpx' }">
         <view class="title" style="position: relative;"  >
            我<uni-icons type="settings"></uni-icons>
            我的
 
         </view>
         <view class="icons">
            <image class="icon1" src="../../static/imgs/user/usr-icon1.png" mode="aspectFit"></image>
            <image class="icon2" src="../../static/imgs/home/home-shop-top-icon.png" mode="aspectFit"></image>
         </view>
         <view class="flex m-20 user-info" @click="goto('/pages/user/user-info/user-info',true)"
            v-if="currentInfo&&(currentInfo.id)">
         <view class="flex m-t-20 user-info" v-if="currentInfo&&(currentInfo.id)">
            <!-- 头像 -->
            <image class="user-icon" v-if="!currentInfo.picture" src="../../static/imgs/home/home-shop-top-icon.png"
               mode="aspectFit"></image>
            <image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image>
            <view class="name">
               {{currentInfo.nickName || '-'}}
            <view class="name" style="margin-top: 12rpx;">
               <view class="t1">{{currentInfo.nickName || '-'}}</view>
               <view class="t2 m-t-12">{{currentInfo.tel || '暂无电话'}}</view>
            </view>
            <uni-icons class="right-icon" type="right"></uni-icons>
         </view>
 
      </view>
      <view class="user-utils m-20">
         <view class="user-util">
            <view>我的客服</view>
            <view class="title">我的客服</view>
            <view class="flex">
               <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
               <view class="name">
@@ -41,7 +36,7 @@
      </view>
      <view class="button-login-ou topic-gray" @click="clearlogout">
      <view class="button-login-out topic-gray" @click="clearlogout">
         退出登录
      </view>