From aa6ccdc63f951bc8e0c4b0fd65ef66b8acac5ebf Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Mon, 28 Mar 2022 16:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=8D=95=E6=A8=A1=E6=9D=BF=E5=92=8C=E8=B4=B5?= =?UTF-8?q?=E5=B7=9E=E8=81=94=E7=B3=BB=E5=9C=B0=E5=9D=80=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=91=E8=B4=B5=E5=B7=9E=E5=88=86=E5=85=AC=E5=8F=B8?= =?UTF-8?q?--=E6=96=B0=E5=A2=9E=E6=97=A0=E5=B9=BF=E8=A5=BF=E8=A1=8C?= =?UTF-8?q?=E5=8D=8F=E6=8F=90=E7=A4=BA=E8=AF=AD=E7=9A=84=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/customer/formBlock.vue | 12 ++++++------ src/views/ebiz/insureAgain/InsureInformation.vue | 12 ++++++------ src/views/ebiz/sale/InsuredInfo.vue | 12 ++++++------ src/views/ebiz/sale/InsuredPerson.vue | 12 ++++++------ src/views/ebiz/sale/PayResult.vue | 4 ++-- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue index 2c4c1224e..2f7dd1e5d 100644 --- a/src/components/ebiz/customer/formBlock.vue +++ b/src/components/ebiz/customer/formBlock.vue @@ -307,16 +307,16 @@ export default { async mounted() { //获取代理人管理机构 52贵州 45广西 this.manageComCode = await riskRules.getAgentInfoFunc(this) - if(this.manageComCode == '52'){ - areaLists.province_list = { - 520000: '贵州省' - } - this.areaValue = '520000' - }else{ + if(this.manageComCode == '45'){ areaLists.province_list = { 450000: '广西壮族自治区' } this.areaValue = '450000' + }else{ + areaLists.province_list = { + 520000: '贵州省' + } + this.areaValue = '520000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue index a00e644f9..f18788588 100644 --- a/src/views/ebiz/insureAgain/InsureInformation.vue +++ b/src/views/ebiz/insureAgain/InsureInformation.vue @@ -471,16 +471,16 @@ export default { window.appCallBack = this.appCallBack //获取代理人管理机构 52贵州 45广西 this.manageComCode = await riskRules.getAgentInfoFunc(this) - if(this.manageComCode == '52'){ - areaLists.province_list = { - 520000: '贵州省' - } - this.areaValue = '520000' - }else{ + if(this.manageComCode == '45'){ areaLists.province_list = { 450000: '广西壮族自治区' } this.areaValue = '450000' + }else{ + areaLists.province_list = { + 520000: '贵州省' + } + this.areaValue = '520000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 893d7f29e..602f6b8c1 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -615,16 +615,16 @@ export default { window.appCallBack = this.appCallBack //获取代理人管理机构 52贵州 45广西 this.manageComCode = await riskRules.getAgentInfoFunc(this) - if(this.manageComCode == '52'){ - areaLists.province_list = { - 520000: '贵州省' - } - this.areaValue = '520000' - }else{ + if(this.manageComCode == '45'){ areaLists.province_list = { 450000: '广西壮族自治区' } this.areaValue = '450000' + }else{ + areaLists.province_list = { + 520000: '贵州省' + } + this.areaValue = '520000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index be40b3069..e3323cb69 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -766,16 +766,16 @@ export default { // // document.body.style.backgroundColor = '#F5F5F5' //获取代理人管理机构 52贵州 45广西 this.manageComCode = await riskRules.getAgentInfoFunc(this) - if(this.manageComCode == '52'){ - areaLists.province_list = { - 520000: '贵州省' - } - this.areaValue = '520000' - }else{ + if(this.manageComCode == '45'){ areaLists.province_list = { 450000: '广西壮族自治区' } this.areaValue = '450000' + }else{ + areaLists.province_list = { + 520000: '贵州省' + } + this.areaValue = '520000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/sale/PayResult.vue b/src/views/ebiz/sale/PayResult.vue index 681f4df2e..ad532cd68 100644 --- a/src/views/ebiz/sale/PayResult.vue +++ b/src/views/ebiz/sale/PayResult.vue @@ -23,9 +23,9 @@ -->
核心承保中,请您稍后查看 -
+
- 温馨提示:为维护您的合法权益,{{this.manageComCode == '52'?'贵州':'广西'}}保险行业协会将向您发送满意度调查短信,欢迎回复短信对我们的销售和服务进行监督。 + 温馨提示:为维护您的合法权益,广西保险行业协会将向您发送满意度调查短信,欢迎回复短信对我们的销售和服务进行监督。