From c9ece393fc028ffecca0915d1b9af62d51b5aef6 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 13 八月 2024 17:21:19 +0800
Subject: [PATCH] 1
---
pages/user/user-bind-wx/user-bind-wx.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pages/user/user-bind-wx/user-bind-wx.vue b/pages/user/user-bind-wx/user-bind-wx.vue
index 20e5c2c..e1662f3 100644
--- a/pages/user/user-bind-wx/user-bind-wx.vue
+++ b/pages/user/user-bind-wx/user-bind-wx.vue
@@ -30,8 +30,14 @@
</view>
<view class="t-red">*提醒:未实名或者真实姓名与微信支付实名不一样,可能会导致转账失败</view>
-
-
+ <!-- <view class="t-red m-t-20"
+ v-if="currentInfo.partnerDTO&¤tInfo.partnerDTO.realName||currentInfo.supplierDTO&¤tInfo.supplierDTO.realName">
+ *已实名:{{currentInfo.partnerDTO && currentInfo.partnerDTO.realName ||currentInfo.supplierDTO && currentInfo.supplierDTO.realName || '-'}}
+ </view> -->
+ <view class="t-red m-t-20"
+ v-if="!!currentInfo.bindWechat">
+ *已实名认证
+ </view>
<!-- <button @click="getUserProfile" open-type="getUserInfo" class="bottom-button">绑定当前微信</button> -->
<button @click="wxlogin" open-type="getUserInfo" class="bottom-button">绑定当前微信</button>
--
Gitblit v1.9.3