From 87a56274d598af9842b593ec972f517161f60707 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 19 一月 2025 18:44:27 +0800
Subject: [PATCH] 1.v6-屏蔽微信登录
---
pages/login/supplier-login.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/login/supplier-login.vue b/pages/login/supplier-login.vue
index 441ddef..31132b5 100644
--- a/pages/login/supplier-login.vue
+++ b/pages/login/supplier-login.vue
@@ -124,7 +124,7 @@
</view>
<!-- #ifdef PUB_CUSTOMER -->
- <view class="flex" style="justify-content: center; margin-top: 150px;">
+ <!-- <view class="flex" style="justify-content: center; margin-top: 150px;">
<u--image :showLoading="true" v-if="false"
src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/6e/6e74997e6d4c4a29be3903b35bc1f38fwechat.png"
width="40rpx" height="40rpx">
@@ -154,7 +154,7 @@
</u-grid-item>
</u-grid>
- </view>
+ </view>-->
<!-- #endif -->
</view>
@@ -387,7 +387,7 @@
},
onShow() {
- this.getOpenId();
+ //this.getOpenId();
},
onShareAppMessage() {
let that = this;
--
Gitblit v1.9.3