mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 17:46:44 +08:00
Merge branch 'feature/FCRS-1048投保流程优化需求' into dev-new
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class='insuranceInformation-container' :class="[isGuanhuaiBiaozhun === 0 ? '' : 'active']">
|
||||
<div style="display: flex;align-items: center;font-weight: bold;" class="fs20 div1">
|
||||
<div class="big-box">
|
||||
<div style="display: flex;align-items: center;font-weight: bold;" class="fs20 div1">
|
||||
<span class="span1" style="width: 3px;background: red;height: 25px;"></span>
|
||||
<span v-if="signVal == '0' || signVal == '2'" style="margin-left: 5px;">
|
||||
投保人:{{signName}}
|
||||
@@ -56,6 +57,7 @@
|
||||
<div>
|
||||
<img v-if="signstatus" :src="signImgUrl" style="height: 34px;margin-left: 20px;width: auto;"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class='bg-white bottom-btn'>
|
||||
<van-button :disabled="nextDisabled" type='danger' size='normal' style="font-size: 16px;" block v-no-more-click='1000' @click="gonext">
|
||||
完成阅读并签署
|
||||
@@ -160,6 +162,9 @@
|
||||
if(JSON.parse(window.sessionStorage.getItem('signH5Img')).type == '签名' && JSON.parse(window.sessionStorage.getItem('signH5Img')).val)
|
||||
this.signstatus = true
|
||||
this.signImgUrl = this.signImgUrl + JSON.parse(window.sessionStorage.getItem('signH5Img')).val
|
||||
this.chaoLuObj.btnText = '抄录完成'
|
||||
this.chaoLuObj.btnText1 = '已抄录'
|
||||
|
||||
}
|
||||
if(window.sessionStorage.getItem('signH5Val')){
|
||||
this.nextDisabled = false
|
||||
@@ -449,6 +454,9 @@
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
.big-box{
|
||||
margin-bottom: 140px;
|
||||
}
|
||||
}
|
||||
.insuranceInformation-container.active{
|
||||
.div1{
|
||||
@@ -474,7 +482,7 @@
|
||||
}
|
||||
}
|
||||
.div4{
|
||||
margin-bottom: 160px;
|
||||
// margin-bottom: 160px;
|
||||
span{
|
||||
font-size: 20px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user