【学平险业务字段需求】 测试location.href

This commit is contained in:
dwq
2021-08-12 22:05:20 +08:00
parent b04ee3984e
commit ee34e65e2a

View File

@@ -145,8 +145,8 @@ export default {
agentMobile: this.userMobile, agentMobile: this.userMobile,
agentName: this.userName, agentName: this.userName,
companyName: this.manageComName || '国富人寿保险股份有限公司', companyName: this.manageComName || '国富人寿保险股份有限公司',
schoolName:localStorage.getItem('schoolName'), schoolName:window.localStorage.getItem('schoolName'),
className:localStorage.getItem('className') className:window.localStorage.getItem('className')
} }
if (this.posterType == 'product') { if (this.posterType == 'product') {
@@ -246,7 +246,7 @@ export default {
this.schoolName=""; this.schoolName="";
this.className=""; this.className="";
resolve() resolve()
location.reload(); window.location.href = location.href+'?time='+((new Date()).getTime());
} else { } else {
reject() reject()
} }