From 8aa1c65cf02aed61a829f2bd8ae0ac11a7952b1e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 27 Feb 2024 10:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/index/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index adfa007..1da9cb8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农商户平台", "appid" : "__UNI__1EE148C", "description" : "", - "versionName" : "1.1.8", - "versionCode" : 118, + "versionName" : "1.1.9", + "versionCode" : 119, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 7da9b88..68398ff 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -941,7 +941,7 @@ import { Toast } from '../../libs/uniApi'; title: '请输入开户网点' }); - if (value.bank_front.length == 0) return that.$util.Tips({ + if (value.bank_front.length == 0 && that.userInfoData.mer_info.is_company != 1) return that.$util.Tips({ title: that.userInfoData.mer_info.is_company ? '请上传开户凭证' : '请上传银行卡正面图片' });