From 30cb0df99ada7cffda1bd5b97c52ea3e45c4cda7 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期一, 12 八月 2024 22:05:41 +0800 Subject: [PATCH] update --- pages/home/supplier-home.vue | 2 +- pages/user/supplier-user.vue | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue index 97c9d4b..0f94c2b 100644 --- a/pages/home/supplier-home.vue +++ b/pages/home/supplier-home.vue @@ -135,7 +135,7 @@ </view> <view class="order-desc tg">订单管理</view> </view> - <!-- <view class="nav row margin-tb" v-if="selftype==='supplier'" + <!-- <view class="nav row margin-tb" v-if="selftype==='supplier'" @click="goto('/sub_pages/supplier/order-manage/order-manage',true)"> <view class="img-c"> <image class="icon margin-bottom order-icon ddgl" diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue index 58212fb..cd92ccf 100644 --- a/pages/user/supplier-user.vue +++ b/pages/user/supplier-user.vue @@ -247,7 +247,8 @@ <uni-icons type="right"></uni-icons> </view> </view> - <view class="user-util m-t-12 flex" v-if="selftype==='customer'" @click="clearlogout"> + <!-- v-if="selftype==='customer'" --> + <view class="user-util m-t-12 flex" @click="clearlogout"> <view class="title">退出登录</view> <view class="right-icon"> <uni-icons type="right"></uni-icons> @@ -328,11 +329,11 @@ <!-- #endif --> <!-- #ifndef PUB_CUSTOMER --> - <view class="button-login-out topic-gray" @click="clearlogout"> + <!-- <view class="button-login-out topic-gray" @click="clearlogout"> 退出登录 - </view> + </view> --> - <view style="padding-bottom:200rpx"> + <view style="padding-bottom:160rpx"> </view> <common-footer flg="1"></common-footer> <!-- #endif --> -- Gitblit v1.9.3