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