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/user/supplier-user.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) 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