【学平险业务字段需求】 测试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,
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()
}