This commit is contained in:
weipengfei 2024-02-27 10:31:08 +08:00
parent 8146ee91ec
commit 8aa1c65cf0
2 changed files with 3 additions and 3 deletions

View File

@ -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" : {

View File

@ -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 ? '请上传开户凭证' : '请上传银行卡正面图片'
});