'健康告知异常类资料'

This commit is contained in:
proudlx
2021-04-16 10:12:05 +08:00
parent e42742e53f
commit e4d814a881
2 changed files with 6 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl, zssqUrl ,REQ_PWD, CACHE_EN
console.log('环境:', process.env.VUE_APP_FLAG)
switch (process.env.VUE_APP_FLAG) {
case 'dev':
apiDomain = 'http://139.199.50.151:7000/api/v2' // 国富api ///api/v1
apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api ///api/v1
imgDomain = 'http://211.159.248.123:7012/updown' // dev
// 静态服务资源
assetsUrl = 'http://139.199.50.151:8000/app/'

View File

@@ -141,7 +141,7 @@
/>
</div>
<van-cell-group>
<van-field required label="健康告知异常类资料" disabled />
<van-field label="健康告知异常类资料" disabled />
</van-cell-group>
<div @click="test('fileListNotify', saleInsuredInfo.idType)">
<van-uploader
@@ -151,7 +151,6 @@
@delete="deleteImg"
:before-delete="beforeDelete"
class="mt10 ml20"
:max-count="1"
/>
</div>
<!-- <van-cell-group>
@@ -229,7 +228,7 @@
</div>
</div>
<van-cell-group>
<van-field required label="健康告知异常类资料" disabled />
<van-field label="健康告知异常类资料" disabled />
</van-cell-group>
<div @click="test('fileListNotifyInsured', saleInsuredInfo.idType)">
<van-uploader
@@ -1429,4 +1428,7 @@ export default {
/deep/ .van-hairline-unset--top-bottom::after {
border: none;
}
.redRadioCheckbox{
overflow: hidden;
}
</style>