From e55cbcc81e366c8339ab6d8a131b83bccb1532ea Mon Sep 17 00:00:00 2001
From: pangxingyue <120277894@qq.com>
Date: Tue, 30 Mar 2021 16:56:49 +0800
Subject: [PATCH] =?UTF-8?q?feature/GFRS-2215=E3=80=90=E5=BE=85=E5=AE=8C?=
=?UTF-8?q?=E6=88=90=E3=80=91=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D--?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96--=E6=8F=90=E4=BA=A4?=
=?UTF-8?q?=E4=BA=BA=E5=BA=9E=E5=85=B4=E6=9C=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ebiz/insureAgain/InsureInformation.vue | 39 ++------------
src/views/ebiz/insureAgain/Notification.vue | 6 ---
.../ebiz/insureAgain/ProductInformation.vue | 20 -------
.../insureAgain/SignatureConfirmation.vue | 54 ++-----------------
4 files changed, 9 insertions(+), 110 deletions(-)
diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue
index c5b0eeacf..f7c167b09 100644
--- a/src/views/ebiz/insureAgain/InsureInformation.vue
+++ b/src/views/ebiz/insureAgain/InsureInformation.vue
@@ -86,8 +86,7 @@
{{accountPersonInfo.accountName}}
{{accountPersonInfo.bankName}}
- {{accountPersonInfo.cardBookCode}}
-
+ {{accountPersonInfo.cardBookCode}}
diff --git a/src/views/ebiz/insureAgain/Notification.vue b/src/views/ebiz/insureAgain/Notification.vue
index ea047be6b..b9c4397f3 100644
--- a/src/views/ebiz/insureAgain/Notification.vue
+++ b/src/views/ebiz/insureAgain/Notification.vue
@@ -415,11 +415,5 @@ export default {
}
.btns {
width: 100vw;
- // display: flex;
- // position: fixed;
- // bottom: 0;
- // /deep/ .van-button {
- // flex: 1;
- // }
}
diff --git a/src/views/ebiz/insureAgain/ProductInformation.vue b/src/views/ebiz/insureAgain/ProductInformation.vue
index 95234f954..ae588c7c9 100644
--- a/src/views/ebiz/insureAgain/ProductInformation.vue
+++ b/src/views/ebiz/insureAgain/ProductInformation.vue
@@ -64,26 +64,6 @@
-
-
-
特别约定提示
diff --git a/src/views/ebiz/insureAgain/SignatureConfirmation.vue b/src/views/ebiz/insureAgain/SignatureConfirmation.vue
index 78764efb9..a1f136884 100644
--- a/src/views/ebiz/insureAgain/SignatureConfirmation.vue
+++ b/src/views/ebiz/insureAgain/SignatureConfirmation.vue
@@ -1155,29 +1155,13 @@ export default {
!!res.orderDTO.productDTO.special.content &&
res.orderDTO.productDTO.special.content !== ''
) {
- // const message = res.orderDTO.productDTO.special.content
- // Dialog({ message })
+
let content = res.orderDTO.productDTO.special.content
- // {
- // title: '标题',
- // message: '内容',
- // confirmButtonText: '确认',
- // messageAlign: 'left'
- // }
- // title 需要标题则配置,不需要则不要配置
- // message 内容,\n换行
- // confirmButtonText:确认按钮的文字
- // messageAlign: 对齐方式,固定左对齐,为'left'
+
try {
const config = JSON.parse(content)
config.message = ' ' + config.message
config.message = config.message.split('\\n').join('\n ')
- // {
- // title: '', //需要标题则配置,不需要则不要配置
- // message: '提示的主体文本',
- // confirmButtonText: '确认按钮的问题',
- // messageAlign: 'left' //对齐方式,左对齐
- // }
Dialog(config)
} catch (error) {
const message = ' ' + content
@@ -1186,35 +1170,8 @@ export default {
confirmButtonText: '本人已阅读并同意上述特别约定内容',
messageAlign: 'left'
})
- }
- // const message = ' ' + res.orderDTO.productDTO.special.content
- // Dialog({
- // message: message.split('\\n').join('\n '),
- // confirmButtonText: '本人已阅读并同意上述特别约定内容',
- // messageAlign: 'left'
- // })
- }
- /* if (isShowDialog) {
- //记录每次弹框的订单号。再次进入页面,订单号改变才会弹窗。
- let lastOrderNo = localStorage.lastOrderNo
- if (lastOrderNo !== data.orderNo) {
- const message = isMedical
- ? '您以社保身份投保,理赔时:通过社会基本医疗保险或者公费医疗就诊并结算,意外伤害医疗保险金赔付比例80%,免赔额0元;未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为60%,免赔额为100元。'
- : '您以无社保身份投保,理赔时,若未通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例和免赔额分别70%,100元;理赔时,若通过社会基本医疗保险或者公费医疗就诊并结算的,意外伤害医疗保险金的赔付比例为90%,免赔额为0元。'
- Dialog({ message })
- }
- } else {
- // 附加住院医疗险 GFRS_A0004
- if (
- !!res.orderDTO.productDTO &&
- !!res.orderDTO.productDTO.special &&
- !!res.orderDTO.productDTO.special.content &&
- res.orderDTO.productDTO.special.content !== ''
- ) {
- const message = res.orderDTO.productDTO.special.content
- Dialog({ message })
- }
- }*/
+ }
+ }
localStorage.setItem('lastOrderNo', data.orderNo)
localStorage.setItem('AppntidType', res.orderDTO.appntDTO.idType)
this.$toast.clear()
@@ -1503,8 +1460,7 @@ export default {
let that = this
document.title = this.changeCard ? '修改银行卡号确认' : '签名确认'
// 初始化
- that.init()
- // localStorage.orderNo = '19090510425500178912'
+ that.init()
if (window.localStorage.getItem('jumpFromSign') != '1' && window.localStorage.getItem('attachmentShow') == '0') {
Dialog.confirm({
title: '提示',