mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 10:36:45 +08:00
Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into dev
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<div class="pt30 pl30 flex align-items-c">
|
<div class="pt30 pl30 flex align-items-c">
|
||||||
<span class="mr10">投保人签名 :</span>
|
<span class="mr10">投保人签名 :</span>
|
||||||
<div>
|
<div>
|
||||||
<!-- <van-button type="danger" size="small" @click="chaolu('0')" v-no-more-click="1000">超录</van-button> -->
|
<!-- <van-button type="danger" size="small" @click="chaolu('0')" v-no-more-click="1000">抄录</van-button> -->
|
||||||
<van-button type="danger" size="small" @click="sign('0')" :disabled="isSure" v-no-more-click="1000">{{ isSign ? '签名' : '已签名' }}</van-button>
|
<van-button type="danger" size="small" @click="sign('0')" :disabled="isSure" v-no-more-click="1000">{{ isSign ? '签名' : '已签名' }}</van-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27,13 +27,13 @@
|
|||||||
<!-- <van-radio-group v-model="radio" class="pb10 pt20 pl30 fs14" v-if="!dayShow && chooseProductCodes[0] == 'GFRS_M0011'">
|
<!-- <van-radio-group v-model="radio" class="pb10 pt20 pl30 fs14" v-if="!dayShow && chooseProductCodes[0] == 'GFRS_M0011'">
|
||||||
<van-radio name="1" @click="click" class="ml-25 pl10 pr10">
|
<van-radio name="1" @click="click" class="ml-25 pl10 pr10">
|
||||||
本人确认已阅读
|
本人确认已阅读
|
||||||
<span>{{`${pdfName}并指定本保险合同生效日为2020年1月1日`}}</span>
|
<span>{{ `${pdfName}并指定本保险合同生效日为2020年1月1日` }}</span>
|
||||||
</van-radio>
|
</van-radio>
|
||||||
</van-radio-group> -->
|
</van-radio-group> -->
|
||||||
<van-radio-group v-model="radio" class="pb10 pt20 pl30 fs14">
|
<van-radio-group v-model="radio" class="pb10 pt20 pl30 fs14">
|
||||||
<van-radio name="1" @click="click">
|
<van-radio name="1" @click="click">
|
||||||
本人确认已阅读
|
本人确认已阅读
|
||||||
<span>{{`${pdfName}`}}</span>
|
<span>{{ `${pdfName}` }}</span>
|
||||||
</van-radio>
|
</van-radio>
|
||||||
</van-radio-group>
|
</van-radio-group>
|
||||||
<div class="pt20 pl30 flex align-items-c">
|
<div class="pt20 pl30 flex align-items-c">
|
||||||
@@ -610,7 +610,7 @@ export default {
|
|||||||
)
|
)
|
||||||
window.location.href = this.$mainUrl + '/sign/index.html'
|
window.location.href = this.$mainUrl + '/sign/index.html'
|
||||||
},
|
},
|
||||||
// 超录
|
// 抄录
|
||||||
chaolu() {
|
chaolu() {
|
||||||
// 再微信
|
// 再微信
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
@@ -627,7 +627,8 @@ export default {
|
|||||||
status: '0',
|
status: '0',
|
||||||
offset: '10',
|
offset: '10',
|
||||||
originUrl: location.href,
|
originUrl: location.href,
|
||||||
commentKeyword: '认真', // 批注关键字
|
// commentKeyword: '认真', // 批注关键字
|
||||||
|
commentKeyword: '确认以上各项内容无误后,由本人亲自签名,否则本投保申请无效', // 批注关键字
|
||||||
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字
|
commentText: '本人已阅读保险条款、产品说明书和投保提示书,了解本产品的特点和保单利益的不确定性', // 批注文字
|
||||||
commentOffset: '30', // 批注偏移量
|
commentOffset: '30', // 批注偏移量
|
||||||
commentPos: '2', // 签字图片和关键字位置关系:等于1时,签字图片和关键字矩形重心重合
|
commentPos: '2', // 签字图片和关键字位置关系:等于1时,签字图片和关键字矩形重心重合
|
||||||
|
|||||||
Reference in New Issue
Block a user