From 97d5bdb48f24f4c4df7cfeb0d253e742cf10d5b4 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 07 八月 2024 16:44:31 +0800
Subject: [PATCH] 1
---
sub_pages/supplier/supplier-info/supplier-info.vue | 7 ++++---
pages/user/user-bind-wx/user-bind-wx.vue | 7 +++++--
manifest.json | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/manifest.json b/manifest.json
index 782394c..f2448bf 100644
--- a/manifest.json
+++ b/manifest.json
@@ -49,7 +49,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wx6d0ecc4e18710458",
+ "appid" : "wx3203fd935a6ffe09",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages/user/user-bind-wx/user-bind-wx.vue b/pages/user/user-bind-wx/user-bind-wx.vue
index 84da338..e1662f3 100644
--- a/pages/user/user-bind-wx/user-bind-wx.vue
+++ b/pages/user/user-bind-wx/user-bind-wx.vue
@@ -30,11 +30,14 @@
</view>
<view class="t-red">*提醒:未实名或者真实姓名与微信支付实名不一样,可能会导致转账失败</view>
- <view class="t-red m-t-20"
+ <!-- <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>
diff --git a/sub_pages/supplier/supplier-info/supplier-info.vue b/sub_pages/supplier/supplier-info/supplier-info.vue
index 13f8717..e04c51f 100644
--- a/sub_pages/supplier/supplier-info/supplier-info.vue
+++ b/sub_pages/supplier/supplier-info/supplier-info.vue
@@ -27,7 +27,8 @@
</view>
</view>
<view class="form-item bottom-border-no">
- <view class="label required" style="width: 360rpx;min-width: 360rpx;font-size: 28rpx;">店铺头像(推荐80*80px)</view>
+ <view class="label required" style="width: 360rpx;min-width: 360rpx;font-size: 28rpx;">店铺头像(推荐80*80px)
+ </view>
<view class="m-l-a m-r-0 flex m-t-20 m-b-20">
<view class="component-button-upload" @click="uploadIcon('cover')">
@@ -431,7 +432,7 @@
dto.idcardType = '1'
}
dto.userId = this.currentInfo.id
- this.dto=dto
+ this.dto = dto
}
this.$message.hideLoading()
@@ -667,4 +668,4 @@
margin-right: 12rpx;
}
}
-</style>
+</style>
\ No newline at end of file
--
Gitblit v1.9.3