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