mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 14:56:45 +08:00
【学平险业务字段需求】测试remove localS
This commit is contained in:
@@ -151,6 +151,8 @@ export default {
|
|||||||
}
|
}
|
||||||
if (this.posterType == 'product') {
|
if (this.posterType == 'product') {
|
||||||
shareUrlWithQR(params).then(res => {
|
shareUrlWithQR(params).then(res => {
|
||||||
|
window.localStorage.removeItem('schoolName')
|
||||||
|
window.localStorage.removeItem('className')
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
||||||
@@ -164,6 +166,8 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
shareUrl(params).then(res => {
|
shareUrl(params).then(res => {
|
||||||
|
window.localStorage.removeItem('schoolName')
|
||||||
|
window.localStorage.removeItem('className')
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
||||||
@@ -176,8 +180,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
window.localStorage.removeItem('schoolName')
|
|
||||||
window.localStorage.removeItem('className')
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 获取base64
|
// 获取base64
|
||||||
|
|||||||
Reference in New Issue
Block a user