| | |
| | | 首页 |
| | | |
| | | </view> |
| | | <view class="flex m-t-20 user-info" v-if="currentInfo&&(currentInfo.id)"> |
| | | <view class="flex 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" style="margin-top: 12rpx;"> |
| | | <view class="t1">{{currentInfo.nickName || '-'}}</view> |
| | | <view class="t2 m-t-12">{{currentInfo.tel || '暂无电话'}}</view> |
| | | <view class="name" > |
| | | <view class="t1" >{{currentInfo.nickName || '-'}}</view> |
| | | <view class="t2">{{currentInfo.tel || '暂无电话'}}</view> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | <view class="item-container"> |
| | | <view class="title">常用功能</view> |
| | | <view class="flex order-icons m-t-12"> |
| | | <view class="nav row margin-tb" @click="goto('/pages/farmer/order-settlement/order-settlement',true)"> |
| | | <view class="nav row margin-tb" @click="goto('/sub_pages/farmer/order-settlement/order-settlement',true)"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon zdjs" |
| | | src="/static/images/farmer/user/user-icon-kkjl.png" mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc tg">账单结算</view> |
| | | </view> |
| | | <view class="nav row margin-tb" @click="goto('/pages/farmer/flower-manage/flower-manage',true)"> |
| | | <view class="nav row margin-tb" @click="goto('/sub_pages/farmer/flower-manage/flower-manage',true)"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon spgl" |
| | | src="/static/images/farmer/user/user-icon-spgl.png" mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc cqw">商品管理</view> |
| | | </view> |
| | | <view class="nav row margin-tb" @click="goto('/pages/farmer/order-sale/order-sale',true)"> |
| | | <view class="nav row margin-tb" @click="goto('/sub_pages/farmer/order-sale/order-sale',true)"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon shlp" |
| | | src="/static/images/farmer/user/user-icon-shlp.png" mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc syst">售后理赔</view> |
| | | </view> |
| | | <view class="nav row margin-tb" @click="goto('/pages/farmer/order-records/order-records',true)"> |
| | | <view class="nav row margin-tb" @click="goto('/sub_pages/farmer/order-records/order-records',true)"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon kkjl" |
| | | src="/static/images/farmer/user/user-icon-kkjl.png" mode="scaleToFill" /> |