mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 02:26:43 +08:00
【FIX】 复人力发展 - 培训上岗 - 增员分享 微信分享
This commit is contained in:
@@ -49,14 +49,14 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
// EWebBridge.webCallAppInJs('bridge', {
|
EWebBridge.webCallAppInJs('bridge', {
|
||||||
// flag: 'share',
|
flag: 'share',
|
||||||
// extra: {
|
extra: {
|
||||||
// shareType: '1',
|
shareType: '1',
|
||||||
// img: this.imgUrl
|
extra: config.shareConfig
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
weixinShare(config.shareConfig)
|
// weixinShare(config.shareConfig)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,9 +50,9 @@ export default {
|
|||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
this.navList[0].shareConfig = {
|
this.navList[0].shareConfig = {
|
||||||
title: res.title,
|
title: res.title,
|
||||||
imgUrl: res.link,
|
url: res.url,
|
||||||
desc: res.content,
|
content: res.content,
|
||||||
link: res.icon
|
img: res.icon
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
|
|||||||
Reference in New Issue
Block a user