export default { created() { //#ifdef MP-WEIXIN wx.showShareMenu({ withShareTicket: true, menus: ['shareAppMessage', 'shareTimeline'] }) //#endif }, onShareAppMessage() { return { title: '门墩儿 专注顶尖招聘', path: '/pages/index/position' } }, onShareTimeline() { return { title: '门墩儿 专注顶尖招聘', path: '/pages/index/position' } } }