diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 75549dbc6..12d7665f0 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -28,47 +28,48 @@
-
-
-
- +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
产品计划
+
+
+
投保险种
+
保额(元)
+
保险期间
+
交费期间
+
首年保费(元)
+
+
+
{{ riskItem.riskName }}
+
{{ riskItem.amt ? riskItem.amt : '--' }}
+
{{ riskItem.insureName }}
+
{{ riskItem.payName }}
+
{{ riskItem.showPrem ? riskItem.showPrem : '--' }}
+
-
-
-
- -
-
-
-
- -
+
-
产品计划
- -
-
-
投保险种
-
保额(元)
-
保险期间
-
交费期间
-
首年保费(元)
-
-
-
{{ riskItem.riskName }}
-
{{ riskItem.amt }}
-
{{ riskItem.insureName }}
-
{{ riskItem.payName }}
-
{{ riskItem.showPrem }}
-
-
-
@@ -150,7 +151,7 @@ :key="index" >
《{{ riskItem.riskName }}条款》
-
查看
+ 查看
@@ -219,8 +220,8 @@
- - + +
转投保
@@ -233,7 +234,7 @@
-
{{ agent.mobile }}
+
{{ agent.phoneNo }}
@@ -283,7 +284,8 @@ import { SwipeItem, Sticky, Tab, - Tabs + Tabs, + Button } from 'vant' import SelectRadio from '@/components/ebiz/SelectRadio' import { getDemo, toInsurance, getDemoByProposalNo } from '@/api/ebiz/proposal/proposal.js' @@ -320,13 +322,13 @@ export default { showInsuredDTO: {} //页面显示配保人数据 }, headPicture: { - '1_1': require('@/assets/images/proposal/person_br.png'), + '1_1': require('@/assets/images/proposal/person_po.png'), '1_0': require('@/assets/images/proposal/person_br.png'), '4_0': require('@/assets/images/proposal/person_ez.png'), '3_0': require('@/assets/images/proposal/person_fq.png'), '3_1': require('@/assets/images/proposal/person_mq.png'), '4_1': require('@/assets/images/proposal/person_nr.png'), - '2_0': require('@/assets/images/proposal/person_po.png'), + '2_0': require('@/assets/images/proposal/person_br.png'), '2_1': require('@/assets/images/proposal/person_po.png'), '5_1': require('@/assets/images/proposal/person_qt.png'), '5_0': require('@/assets/images/proposal/person_qt.png') @@ -396,7 +398,7 @@ export default { /*end*/ callPhone() { console.log('callPhone') - window.location.href = 'tel://' + this.agent.mobile + window.location.href = 'tel://' + this.agent.phoneNo }, checkInsure(insureId) { let that = this @@ -672,12 +674,6 @@ export default { }, // 跳转到公司介绍 goToCompanyProfile() { - this.$toast.loading({ - duration: 0, // 持续展示 toast - forbidClick: true, // 禁用背景点击 - loadingType: 'spinner', - message: '加载中……' - }) this.$jump({ flag: 'h5', extra: { @@ -690,12 +686,6 @@ export default { }, //跳转到pdf 进入建议书后 根据建议书编码来查找相应的pdf async goPDF() { - this.$toast.loading({ - duration: 0, // 持续展示 toast - forbidClick: true, // 禁用背景点击 - loadingType: 'spinner', - message: '加载中……' - }) this.$jump({ flag: 'h5', extra: { @@ -757,6 +747,7 @@ export default { [Sticky.name]: Sticky, [Tab.name]: Tab, [Tabs.name]: Tabs, + [Button.name]: Button, SelectRadio } } @@ -823,7 +814,11 @@ export default { background-color: none; } .hideInfo { - height: 40px; + height: 140px; + overflow: hidden; + } + .hideInfo_insure { + height: 60px; overflow: hidden; } .insured_item { @@ -955,12 +950,13 @@ export default { .calue_button { width: 20%; height: 26px; - line-height: 28px; + line-height: 26px; border-radius: 13px; text-align: center; border: 1px solid #3a81f6; margin-top: 5px; margin-bottom: 5px; + color: #3a81f6; } .customer_button { width: 20px; @@ -1105,14 +1101,27 @@ export default { .div_13 { right: 0px; top: 40%; - width: 23px; + width: 30px; + /*width: 23px;*/ } .img_11 { - width: 23px; + width: 22px; + height: 80px; + background-image: url('../../../assets/images/proposal/proposal_company.png'); + background-size: 100% 100%; + background-repeat: no-repeat; + background-color: transparent; + border: 0; } .img_12 { - width: 23px; + width: 22px; + height: 80px; margin-top: -2px; + background-image: url('../../../assets/images/proposal/proposal_pdf.png'); + background-size: 100% 100%; + background-repeat: no-repeat; + background-color: transparent; + border: 0; } .div_14 { height: 40px;