mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +08:00
[FIX]【首页桂企保投保入口】从此处进入投保人页面,初始化置空localStorage.orderNo
This commit is contained in:
@@ -517,6 +517,12 @@ export default {
|
||||
localStorage.removeItem('imgfrontInsuredPath')
|
||||
localStorage.removeItem('imgBackPath')
|
||||
localStorage.removeItem('imgBackInsuredPath')
|
||||
//--------------为首页桂企保投保入口专写begin----------------//
|
||||
if (this.$route.query.initOrderNo == '1') {
|
||||
localStorage.orderNo = ''
|
||||
}
|
||||
//--------------为首页桂企保投保入口专写end----------------//
|
||||
|
||||
// document.body.style.backgroundColor = '#F5F5F5'
|
||||
//如果是编辑/导航进来
|
||||
this.isElecCont = '0'
|
||||
|
||||
Reference in New Issue
Block a user