mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 11:06:43 +08:00
建议书标题修改
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
e804ab7e8c
commit
5f4a54ae5a
@@ -40,6 +40,12 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '附加险选择列表'
|
||||
},
|
||||
})
|
||||
//获取投保人信息
|
||||
if (this.$CacheUtils.getLocItem('saleInsuredPersonInfo')) {
|
||||
this.saleInsuredPersonInfo = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo'))
|
||||
|
||||
@@ -646,6 +646,7 @@ export default {
|
||||
async init() {
|
||||
// 获取是否从建议书过来的
|
||||
let that = this
|
||||
this.isFrom = window.localStorage.isFrom
|
||||
//获取投保人信息
|
||||
if (this.$CacheUtils.getLocItem('saleInsuredInfo')) {
|
||||
this.saleInsuredInfo = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo'))
|
||||
|
||||
@@ -24,6 +24,12 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '关于国富'
|
||||
},
|
||||
})
|
||||
document.body.style.backgroundColor = '#fff'
|
||||
},
|
||||
beforeRouteLeave(to, from, next) {
|
||||
|
||||
@@ -17,6 +17,12 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
document.body.style.backgroundColor = '#fff'
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '敬请期待'
|
||||
},
|
||||
})
|
||||
},
|
||||
beforeRouteLeave(to, from, next) {
|
||||
document.body.style.backgroundColor = ''
|
||||
|
||||
@@ -83,6 +83,12 @@ export default {
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '主险选择列表'
|
||||
},
|
||||
})
|
||||
if (localStorage.isFrom == 'sale') {
|
||||
return new Promise((resolve, reject) => {
|
||||
getOrderDetail({ orderNo: this.$route.query.orderNo }).then(
|
||||
|
||||
@@ -138,6 +138,12 @@ export default {
|
||||
// })
|
||||
},
|
||||
init() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '投保人信息'
|
||||
},
|
||||
})
|
||||
// 筛选按钮的点击事件
|
||||
window.appCallBack = this.appCallBack
|
||||
},
|
||||
|
||||
@@ -24,7 +24,14 @@ export default {
|
||||
created() {
|
||||
this.init()
|
||||
},
|
||||
mounted() {},
|
||||
mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '条款'
|
||||
},
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
async init() {
|
||||
let pdfUrl = localStorage.showCaluePDFUrl
|
||||
|
||||
@@ -112,6 +112,12 @@ export default {
|
||||
BreadcrumbNavigator
|
||||
},
|
||||
mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '选择被保险人'
|
||||
},
|
||||
})
|
||||
if (this.$route.query.proposalOrderNo) {
|
||||
this.proposalOrderNo = this.$route.query.proposalOrderNo
|
||||
}else if (this.$CacheUtils.getLocItem('proposalNo')) {
|
||||
|
||||
@@ -156,6 +156,12 @@ export default {
|
||||
this.insured.medical = localStorage.orderNoSocialSecurity === '1' ? '1' : '0'
|
||||
}
|
||||
this.ageShow = this.insured.age == '-1' ? '0' : this.insured.age
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '被保险人信息'
|
||||
},
|
||||
})
|
||||
},
|
||||
//设置被保险人年龄显示 如果this.insured.age为 -1时显示为空,不为1时显示为正常输入值
|
||||
changeAgeInput(val) {
|
||||
|
||||
@@ -876,7 +876,7 @@ export default {
|
||||
// 条款PDF
|
||||
async goCaluePDF(riskItem) {
|
||||
localStorage.showCaluePDFUrl = riskItem.url
|
||||
this.$router.push({ path: 'proposal/caluePdf' })
|
||||
this.$router.push({ path: '/proposal/caluePdf' })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
|
||||
Reference in New Issue
Block a user