From efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 10:21:24 +0800
Subject: [PATCH] 1.微信一键登录:新增“同意用户协议”之后才可登录
---
sub_pages/customer/setup/account-self.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/sub_pages/customer/setup/account-self.vue b/sub_pages/customer/setup/account-self.vue
index e434d91..2f0a72d 100644
--- a/sub_pages/customer/setup/account-self.vue
+++ b/sub_pages/customer/setup/account-self.vue
@@ -10,13 +10,13 @@
</view>
</view>
- <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id"
- @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)">
- <view class="title">绑定当前微信</view>
- <view class="right-icon">
- <uni-icons type="right"></uni-icons>
- </view>
- </view>
+<!-- <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id"-->
+<!-- @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)">-->
+<!-- <view class="title">绑定当前微信</view>-->
+<!-- <view class="right-icon">-->
+<!-- <uni-icons type="right"></uni-icons>-->
+<!-- </view>-->
+<!-- </view>-->
</view>
@@ -34,7 +34,7 @@
tcode: '',
inviterName: '',
// StatusBar:0,
- tel: '15974805814',
+ tel: '19288780072',
tj: {},
tj_order: {},
cacheUserId: '',
--
Gitblit v1.9.3