From d1bb68d9f9054bbf87cd84956d3240c71d8e370c Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期二, 25 六月 2024 16:55:44 +0800 Subject: [PATCH] update 商品管理和花农的 --- pages/user/farmer-user.vue | 27 +++++++++++---------------- 1 files changed, 11 insertions(+), 16 deletions(-) diff --git a/pages/user/farmer-user.vue b/pages/user/farmer-user.vue index 58507ae..0245c43 100644 --- a/pages/user/farmer-user.vue +++ b/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="title" style="position: relative;" > - 我<uni-icons type="settings"></uni-icons> - + <view class="top-bg img100" :style="{'padding-top':(StatusBar)+'px','line-height':CustomBar+'rpx' }"> + <view class="title" style="position: relative;"> + 我的 + </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> -- Gitblit v1.9.3