From 808f849ed23e2ad6be7540cd8bc8adaf5a8acd23 Mon Sep 17 00:00:00 2001 From: "yang.huaxiang" Date: Thu, 12 Nov 2020 16:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=97=A8=E7=BA=A2=E9=9C=80=E6=B1=82-?= =?UTF-8?q?=E7=94=B5=E6=8A=95=E6=8F=90=E7=A4=BA=EF=BC=9A=E7=94=B5=E6=8A=95?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=A4=84=E7=90=86=E5=88=9D=E7=89=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4=20--=E6=8F=90=E4=BA=A4=E4=BA=BA?= =?UTF-8?q?=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/MainRiskList.vue | 25 +++---- src/views/ebiz/common/SelectedProduct.vue | 88 +++++++++++------------ src/views/ebiz/sale/apointValidDoc.vue | 33 ++++----- 3 files changed, 74 insertions(+), 72 deletions(-) diff --git a/src/views/ebiz/common/MainRiskList.vue b/src/views/ebiz/common/MainRiskList.vue index a1f605e40..9f6757831 100644 --- a/src/views/ebiz/common/MainRiskList.vue +++ b/src/views/ebiz/common/MainRiskList.vue @@ -2,20 +2,16 @@
- -
-

- {{ item.productType }} - {{ item.riskName }} -

- -
+ +

+ {{ item.productType }} + {{ item.riskName }} +

+
- -
- +
完成
@@ -354,4 +350,9 @@ export default { } } - + diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index da77965f1..bbed03c07 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -33,22 +33,26 @@ - -
+ +
+

请选择:

- -
- -
开门红产品
+ +
+ +
开门红产品
- -
- -
普通产品
+ +
+ +
普通产品
+
+ 确认 +
@@ -395,43 +399,31 @@ export default { }) }, comfirmCheckActive() { - if (this.active_radio == '1') { - let param = { - orderDTO: { - orderInfoDTO: { - orderNo: localStorage.orderNo, - activeType: 'KMH' - } + let param = { + orderDTO: { + orderInfoDTO: { + orderNo: localStorage.orderNo, + activeType: this.active_radio == '1' ? 'KMH' : '' } } - saveOrderActiveType(param).then(res => { - this.active_show = false - localStorage.setItem('active_type', 'KMH') - if (res.result == 0) { - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + '/#/common/mainRiskList' - }, - routerInfo: { - path: '/common/mainRiskList' - } - }) - } else { - this.$toast(res.resultMessage) - } - }) - } else { - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + '/#/common/mainRiskList' - }, - routerInfo: { - path: '/common/mainRiskList' - } - }) } + saveOrderActiveType(param).then(res => { + this.active_show = false + localStorage.setItem('active_type', this.active_radio == '1' ? 'KMH' : '') + if (res.result == 0) { + this.$jump({ + flag: 'h5', + extra: { + url: location.origin + '/#/common/mainRiskList' + }, + routerInfo: { + path: '/common/mainRiskList' + } + }) + } else { + this.$toast(res.resultMessage) + } + }) }, showTipForDoubleRecord() { //判断投保人年龄是否大于等于60岁 @@ -484,5 +476,13 @@ export default { font-weight: bold; font-size: 15px; } + .radio_class { + height: 80px; + border-bottom: 1px solid #8e8d8d; + } + .dialog-comfirm-button { + width: 50%; + border-radius: 6px; + } } diff --git a/src/views/ebiz/sale/apointValidDoc.vue b/src/views/ebiz/sale/apointValidDoc.vue index bebc33f76..95c410a42 100644 --- a/src/views/ebiz/sale/apointValidDoc.vue +++ b/src/views/ebiz/sale/apointValidDoc.vue @@ -1,29 +1,30 @@