From ee34e65e2a8cdd1ead4280cf279d08d1f3643ec2 Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 12 Aug 2021 22:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AD=A6=E5=B9=B3=E9=99=A9=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E5=AD=97=E6=AE=B5=E9=9C=80=E6=B1=82=E3=80=91=20=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95location.href?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/poster/PosterPreview.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/poster/PosterPreview.vue b/src/views/ebiz/poster/PosterPreview.vue index 6296fbecb..163139b03 100644 --- a/src/views/ebiz/poster/PosterPreview.vue +++ b/src/views/ebiz/poster/PosterPreview.vue @@ -145,8 +145,8 @@ export default { agentMobile: this.userMobile, agentName: this.userName, companyName: this.manageComName || '国富人寿保险股份有限公司', - schoolName:localStorage.getItem('schoolName'), - className:localStorage.getItem('className') + schoolName:window.localStorage.getItem('schoolName'), + className:window.localStorage.getItem('className') } if (this.posterType == 'product') { @@ -246,7 +246,7 @@ export default { this.schoolName=""; this.className=""; resolve() - location.reload(); + window.location.href = location.href+'?time='+((new Date()).getTime()); } else { reject() }