From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 15:48:42 +0800 Subject: [PATCH] 1 --- pages/home/farmer-home.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/home/farmer-home.vue b/pages/home/farmer-home.vue index 56a6f9e..dde7daf 100644 --- a/pages/home/farmer-home.vue +++ b/pages/home/farmer-home.vue @@ -9,15 +9,15 @@ 首页 </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> @@ -101,28 +101,28 @@ <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" /> -- Gitblit v1.9.3