From da9d081c867bcf2ddb277fde6dc9bf8366d20517 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 08 一月 2025 09:12:28 +0800
Subject: [PATCH] 1.取消绑定当前微信
---
sub_pages/customer/setup/account-self.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sub_pages/customer/setup/account-self.vue b/sub_pages/customer/setup/account-self.vue
index 74da144..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>
--
Gitblit v1.9.3