mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
[fix] 完善 人力发展-培训上岗-增员分享 的微信分享配置参数
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
<script>
|
||||
import { Cell } from 'vant'
|
||||
import { weixinShare } from '@/assets/js/utils/wxShare.js'
|
||||
export default {
|
||||
name: 'NavItem',
|
||||
components: {
|
||||
@@ -48,13 +49,7 @@ export default {
|
||||
routerInfo: { path: path }
|
||||
})
|
||||
} else {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('bridge', {
|
||||
flag: 'share',
|
||||
extra: {
|
||||
shareType: '1'
|
||||
}
|
||||
})
|
||||
weixinShare(config.shareConfig)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user