mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 16:36:45 +08:00
Merge branch 'feature/GFRS-717【0402】人力发展-活动量管理' into dev
This commit is contained in:
@@ -48,6 +48,14 @@ export default {
|
||||
routerInfo: { path: path }
|
||||
})
|
||||
} else {
|
||||
// eslint-disable-next-line no-undef
|
||||
// EWebBridge.webCallAppInJs('bridge', {
|
||||
// flag: 'share',
|
||||
// extra: {
|
||||
// shareType: '1',
|
||||
// img: this.imgUrl
|
||||
// }
|
||||
// })
|
||||
weixinShare(config.shareConfig)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,9 +48,12 @@ export default {
|
||||
async getInfo() {
|
||||
const res = await getTokenForUserModel()
|
||||
if (res.result == 0) {
|
||||
delete res.result
|
||||
delete res.resultMessage
|
||||
this.navList[0].shareConfig = res
|
||||
this.navList[0].shareConfig = {
|
||||
title: res.title,
|
||||
imgUrl: res.link,
|
||||
desc: res.content,
|
||||
link: res.icon
|
||||
}
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user