【新增电子投保单模板和贵州联系地址的需求】贵州分公司--新增无广西行协提示语的支付结果页面

This commit is contained in:
li.yuetong
2022-03-28 16:32:00 +08:00
parent 5c9c20bd20
commit cfce8dd2bb
5 changed files with 26 additions and 26 deletions

View File

@@ -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
},

View File

@@ -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
},

View File

@@ -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
},

View File

@@ -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
},

View File

@@ -23,9 +23,9 @@
</div> -->
<div v-if="payStatus == '1'" class=" p10 pb250 bg-white">
<span class="pt150 fs14"> 核心承保中请您稍后查看</span>
<div class="mt15">
<div class="mt15" v-if="this.manageComCode == '45'">
<span class="pt150 fs14 green fwb">
温馨提示为维护您的合法权益{{this.manageComCode == '52'?'贵州':'广西'}}保险行业协会将向您发送满意度调查短信欢迎回复短信对我们的销售和服务进行监督
温馨提示为维护您的合法权益广西保险行业协会将向您发送满意度调查短信欢迎回复短信对我们的销售和服务进行监督
</span>
</div>
</div>