From 2008d20fa888c27e3c0a56ec925bfea4ae138c16 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 25 May 2020 14:19:33 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E9=A6=96=E9=A1=B5=E6=A1=82?= =?UTF-8?q?=E4=BC=81=E4=BF=9D=E6=8A=95=E4=BF=9D=E5=85=A5=E5=8F=A3=E3=80=91?= =?UTF-8?q?=E4=BB=8E=E6=AD=A4=E5=A4=84=E8=BF=9B=E5=85=A5=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E4=BA=BA=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E7=BD=AE=E7=A9=BAlocalStorage.orderNo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 3fa367eef..e67973a8c 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -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'