mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
'健康告知异常类资料'
This commit is contained in:
@@ -11,7 +11,7 @@ let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl, zssqUrl ,REQ_PWD, CACHE_EN
|
|||||||
console.log('环境:', process.env.VUE_APP_FLAG)
|
console.log('环境:', process.env.VUE_APP_FLAG)
|
||||||
switch (process.env.VUE_APP_FLAG) {
|
switch (process.env.VUE_APP_FLAG) {
|
||||||
case 'dev':
|
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
|
imgDomain = 'http://211.159.248.123:7012/updown' // dev
|
||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl = 'http://139.199.50.151:8000/app/'
|
assetsUrl = 'http://139.199.50.151:8000/app/'
|
||||||
|
|||||||
@@ -141,7 +141,7 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field required label="健康告知异常类资料" disabled />
|
<van-field label="健康告知异常类资料" disabled />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
<div @click="test('fileListNotify', saleInsuredInfo.idType)">
|
<div @click="test('fileListNotify', saleInsuredInfo.idType)">
|
||||||
<van-uploader
|
<van-uploader
|
||||||
@@ -151,7 +151,6 @@
|
|||||||
@delete="deleteImg"
|
@delete="deleteImg"
|
||||||
:before-delete="beforeDelete"
|
:before-delete="beforeDelete"
|
||||||
class="mt10 ml20"
|
class="mt10 ml20"
|
||||||
:max-count="1"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<!-- <van-cell-group>
|
<!-- <van-cell-group>
|
||||||
@@ -229,7 +228,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field required label="健康告知异常类资料" disabled />
|
<van-field label="健康告知异常类资料" disabled />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
<div @click="test('fileListNotifyInsured', saleInsuredInfo.idType)">
|
<div @click="test('fileListNotifyInsured', saleInsuredInfo.idType)">
|
||||||
<van-uploader
|
<van-uploader
|
||||||
@@ -1429,4 +1428,7 @@ export default {
|
|||||||
/deep/ .van-hairline-unset--top-bottom::after {
|
/deep/ .van-hairline-unset--top-bottom::after {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
.redRadioCheckbox{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user