From ae3858a519a05afeaeedb6eb8db1cfa2f03273ab Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Tue, 17 Mar 2020 14:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90FIX=E3=80=91=20=E5=A4=8D=E4=BA=BA?= =?UTF-8?q?=E5=8A=9B=E5=8F=91=E5=B1=95=20-=20=E5=9F=B9=E8=AE=AD=E4=B8=8A?= =?UTF-8?q?=E5=B2=97=20-=20=E5=A2=9E=E5=91=98=E5=88=86=E4=BA=AB=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ebiz/manpower/NavItem.vue | 16 ++++++++-------- src/views/ebiz/manpower/Training.vue | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/ebiz/manpower/NavItem.vue b/src/components/ebiz/manpower/NavItem.vue index 4a9c88f33..955f051f5 100644 --- a/src/components/ebiz/manpower/NavItem.vue +++ b/src/components/ebiz/manpower/NavItem.vue @@ -49,14 +49,14 @@ export default { }) } else { // eslint-disable-next-line no-undef - // EWebBridge.webCallAppInJs('bridge', { - // flag: 'share', - // extra: { - // shareType: '1', - // img: this.imgUrl - // } - // }) - weixinShare(config.shareConfig) + EWebBridge.webCallAppInJs('bridge', { + flag: 'share', + extra: { + shareType: '1', + extra: config.shareConfig + } + }) + // weixinShare(config.shareConfig) } } } diff --git a/src/views/ebiz/manpower/Training.vue b/src/views/ebiz/manpower/Training.vue index dbbfbf8c1..37f68d591 100644 --- a/src/views/ebiz/manpower/Training.vue +++ b/src/views/ebiz/manpower/Training.vue @@ -50,9 +50,9 @@ export default { if (res.result == 0) { this.navList[0].shareConfig = { title: res.title, - imgUrl: res.link, - desc: res.content, - link: res.icon + url: res.url, + content: res.content, + img: res.icon } } else { this.$toast(res.resultMessage)