mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 20:16:44 +08:00
【学平险业务字段需求】 测试location.href
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user