mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 17:55:49 +08:00
GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 建议书分享问题处理 --提交人:阳华祥
This commit is contained in:
@@ -911,6 +911,21 @@ export default {
|
||||
shortName: '万能险',
|
||||
name: '国富人寿鑫管家终身寿险(万能型)',
|
||||
code: 'GFRS_M0017'
|
||||
},
|
||||
{
|
||||
shortName: '医疗险',
|
||||
name: '国富人寿附加住院医疗保险(医疗型)',
|
||||
code: 'GFRS_A0004'
|
||||
},
|
||||
{
|
||||
shortName: '意外险',
|
||||
name: '国富人寿附加综合意外伤害保险(意外型)',
|
||||
code: 'GFRS_A0005'
|
||||
},
|
||||
{
|
||||
shortName: '重疾险',
|
||||
name: '国富人寿国富民安重大疾病保险(重疾型)',
|
||||
code: 'GFRS_M0018'
|
||||
}
|
||||
],
|
||||
// 职级
|
||||
|
||||
@@ -223,6 +223,9 @@ export default {
|
||||
mounted() {
|
||||
localStorage.setItem('pdfShareCode', '')
|
||||
document.body.style.backgroundColor = '#fff'
|
||||
if (this.isWeixin) {
|
||||
this.init()
|
||||
}else {
|
||||
setTimeout(() => {
|
||||
// 右上角的显示
|
||||
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
||||
@@ -235,6 +238,7 @@ export default {
|
||||
}, 1000)
|
||||
window['appCallBack'] = this.appCallBack
|
||||
this.init()
|
||||
}
|
||||
},
|
||||
beforeRouteLeave(to, from, next) {
|
||||
document.body.style.backgroundColor = ''
|
||||
|
||||
Reference in New Issue
Block a user