mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 00:26:44 +08:00
【学平险业务字段需求】测试 去掉 removeItem
This commit is contained in:
@@ -166,7 +166,7 @@ function appCallBack() {}
|
||||
}
|
||||
|
||||
// iOS使用
|
||||
if (navigator.userAgent.indexOf('iPhone') != -1||navigator.userAgent.indexOf('android') != -1||navigator.userAgent.indexOf('Android') != -1) {
|
||||
if (navigator.userAgent.indexOf('iPhone') != -1) {
|
||||
/*
|
||||
// WebViewJavascriptBridge v5
|
||||
if (window.WebViewJavascriptBridge) { return callback(WebViewJavascriptBridge); }
|
||||
|
||||
@@ -151,8 +151,6 @@ export default {
|
||||
}
|
||||
if (this.posterType == 'product') {
|
||||
shareUrlWithQR(params).then(res => {
|
||||
window.localStorage.removeItem('schoolName')
|
||||
window.localStorage.removeItem('className')
|
||||
this.$toast.clear()
|
||||
if (res.result == 0) {
|
||||
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
||||
@@ -166,8 +164,6 @@ export default {
|
||||
})
|
||||
} else {
|
||||
shareUrl(params).then(res => {
|
||||
window.localStorage.removeItem('schoolName')
|
||||
window.localStorage.removeItem('className')
|
||||
this.$toast.clear()
|
||||
if (res.result == 0) {
|
||||
this.imgUrl = config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${res.content.path}`
|
||||
|
||||
Reference in New Issue
Block a user