mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
【新增电子投保单模板和贵州联系地址的需求】贵州分公司--新增无广西行协提示语的支付结果页面
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user