This commit is contained in:
parent
8146ee91ec
commit
8aa1c65cf0
|
@ -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" : {
|
||||
|
|
|
@ -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 ? '请上传开户凭证' : '请上传银行卡正面图片'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue