From d3c1b9d57f9c51a4ab9c08a322f09520ef0330e0 Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Mon, 15 Nov 2021 13:46:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E5=AF=8C=E6=A1=82=E9=87=91?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=93=81=E3=80=91=E6=9C=9F=E5=88=9D=E5=B9=B4?= =?UTF-8?q?=E9=BE=84=E5=BB=BA=E8=AE=AE=E4=B9=A6=E5=AD=97=E6=AE=B5=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E5=B1=95=E7=A4=BA=20--=E6=8F=90=E4=BA=A4=E4=BA=BA?= =?UTF-8?q?=EF=BC=9A=E7=99=BD=E9=87=91=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/utils/data-dictionary.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 8559116f0..40dd9dc2a 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -3292,6 +3292,10 @@ export default { code: 'currentAge', label: '岁' }, + { + code: 'beginAge', + label: '岁' + }, { code: 'currentPremium', label: '元' From 3a7607f30da7d5c55f0209aab86e8d0ac2549c16 Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Mon, 15 Nov 2021 15:19:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E5=BC=80=E9=97=A8=E7=BA=A2?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E3=80=91=E9=A6=96=E9=A1=B5=E5=BC=80=E9=97=A8?= =?UTF-8?q?=E7=BA=A2=E5=85=83=E7=B4=A0=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=BC=80=E5=8F=91=20--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A?= =?UTF-8?q?=E7=99=BD=E9=87=91=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/HomeProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue index ce448d3f1..0a5d055a7 100644 --- a/src/views/ebiz/product/HomeProduct.vue +++ b/src/views/ebiz/product/HomeProduct.vue @@ -162,7 +162,7 @@ export default { productCenterImgUrl: '', // 产品中心图片 productCenterKmhImgUrl: this.$assetsUrl + 'images/goodStart/productKmh.png', // 产品中心开门红图片 productCenterNormalImgUrl: this.$assetsUrl + 'images/goodStart/product.png', // 产品中心普通蓝色图片 - personalInsu: ['1','N1','T','S'] // 个险渠道编码 + personalInsu: ['1','N1','N2','N3','N5','T','S'] // 个险渠道编码及其他展示个险渠道类型的渠道编码 } }, computed: {