feat: share ticket

This commit is contained in:
chashaobao
2025-10-15 20:46:42 +08:00
parent 3d2b121b92
commit bc141fcf1b
11 changed files with 50 additions and 6 deletions

View File

@ -297,7 +297,9 @@ export default function JobDetail() {
Toast.error('出错了,请重试');
}
});
Taro.showShareMenu({
withShareTicket: true,
});
useShareAppMessage(() => {
if (!data) {
return getCommonShareMessage({ inviteCode });