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,18 +223,22 @@ export default {
mounted() { mounted() {
localStorage.setItem('pdfShareCode', '') localStorage.setItem('pdfShareCode', '')
document.body.style.backgroundColor = '#fff' document.body.style.backgroundColor = '#fff'
setTimeout(() => { if (this.isWeixin) {
// 右上角的显示 this.init()
window.EWebBridge.webCallAppInJs('webview_right_button', { }else {
btns: [ setTimeout(() => {
{ // 右上角的显示
img: this.$assetsUrl + 'images/share@3x.png' window.EWebBridge.webCallAppInJs('webview_right_button', {
} btns: [
] {
}) img: this.$assetsUrl + 'images/share@3x.png'
}, 1000) }
window['appCallBack'] = this.appCallBack ]
this.init() })
}, 1000)
window['appCallBack'] = this.appCallBack
this.init()
}
}, },
beforeRouteLeave(to, from, next) { beforeRouteLeave(to, from, next) {
document.body.style.backgroundColor = '' document.body.style.backgroundColor = ''