From d39644872fa6f9499fc2c1651bced631a9e96b19 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 23 十二月 2024 09:48:53 +0800
Subject: [PATCH] 1.高德地图未开发完成版本(可能废弃)
---
pages/user/supplier-user.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/user/supplier-user.vue b/pages/user/supplier-user.vue
index 319d298..c738cde 100644
--- a/pages/user/supplier-user.vue
+++ b/pages/user/supplier-user.vue
@@ -113,10 +113,10 @@
</view>
<view class="t2 flex " style="align-items: center; justify-content: start;" >
<view>{{ currentInfo.supplierSub.phone || currentInfo.tel || '暂无电话' }}</view>
- <view v-if="selftype === 'supplier'">
+ <!-- <view v-if="selftype === 'supplier' && $hasPermission('supplier:workbench:common:functions:sub:account') ">
<view v-if="currentInfo.isSubSupplier" class="account_sub m-l-a m-r-0" >子账号</view>
<view v-else class="account_sub m-l-a m-r-0" >主账号</view>
- </view>
+ </view> -->
</view>
</view>
<view class="name" v-if="!currentInfo.id" open-type="getUserInfo" @click.stop="toCustomerLogin"
--
Gitblit v1.9.3