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