mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 09:16:43 +08:00
【学平险业务字段需求】海报都重新生成
This commit is contained in:
@@ -145,8 +145,8 @@ export default {
|
||||
agentMobile: this.userMobile,
|
||||
agentName: this.userName,
|
||||
companyName: this.manageComName || '国富人寿保险股份有限公司',
|
||||
schoolName:this.schoolName,
|
||||
className:this.className
|
||||
schoolName:localStorage.getItem('schoolName'),
|
||||
className:localStorage.getItem('className')
|
||||
|
||||
}
|
||||
if (this.posterType == 'product') {
|
||||
@@ -176,6 +176,8 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
window.localStorage.removeItem('schoolName')
|
||||
window.localStorage.removeItem('className')
|
||||
})
|
||||
},
|
||||
// 获取base64
|
||||
@@ -239,9 +241,10 @@ export default {
|
||||
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
||||
this.imgPath = res.content.path
|
||||
this.isShow = true
|
||||
|
||||
this.schoolName="";
|
||||
this.className="";
|
||||
window.localStorage.setItem('schoolName', this.schoolName)
|
||||
window.localStorage.setItem('className', this.className)
|
||||
this.schoolName="";
|
||||
this.className="";
|
||||
resolve()
|
||||
location.reload();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user