This commit is contained in:
francis_fh
2026-01-27 16:13:28 +08:00
parent 95a23be4bf
commit 1de0bacebf

View File

@@ -566,6 +566,24 @@ function handleCompanyDetailClick() {
$api.msg('没有企业信息');
}
}
// 分享给朋友
onShareAppMessage(() => {
return {
title: '喀什智慧就业平台',
path: '/pages/index/index',
imageUrl: ''
};
});
// 分享到朋友圈
onShareTimeline(() => {
return {
title: '喀什智慧就业平台',
path: '/pages/index/index',
imageUrl: ''
};
});
</script>
<style lang="stylus" scoped>