GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 建议书分享问题处理 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-17 13:22:49 +08:00
parent efaeef9c9b
commit 9c5eaee837
2 changed files with 31 additions and 12 deletions

View File

@@ -911,6 +911,21 @@ export default {
shortName: '万能险', shortName: '万能险',
name: '国富人寿鑫管家终身寿险(万能型)', name: '国富人寿鑫管家终身寿险(万能型)',
code: 'GFRS_M0017' code: 'GFRS_M0017'
},
{
shortName: '医疗险',
name: '国富人寿附加住院医疗保险(医疗型)',
code: 'GFRS_A0004'
},
{
shortName: '意外险',
name: '国富人寿附加综合意外伤害保险(意外型)',
code: 'GFRS_A0005'
},
{
shortName: '重疾险',
name: '国富人寿国富民安重大疾病保险(重疾型)',
code: 'GFRS_M0018'
} }
], ],
// 职级 // 职级

View File

@@ -223,6 +223,9 @@ export default {
mounted() { mounted() {
localStorage.setItem('pdfShareCode', '') localStorage.setItem('pdfShareCode', '')
document.body.style.backgroundColor = '#fff' document.body.style.backgroundColor = '#fff'
if (this.isWeixin) {
this.init()
}else {
setTimeout(() => { setTimeout(() => {
// 右上角的显示 // 右上角的显示
window.EWebBridge.webCallAppInJs('webview_right_button', { window.EWebBridge.webCallAppInJs('webview_right_button', {
@@ -235,6 +238,7 @@ export default {
}, 1000) }, 1000)
window['appCallBack'] = this.appCallBack window['appCallBack'] = this.appCallBack
this.init() this.init()
}
}, },
beforeRouteLeave(to, from, next) { beforeRouteLeave(to, from, next) {
document.body.style.backgroundColor = '' document.body.style.backgroundColor = ''