fix: navbar commpontents

This commit is contained in:
zzc
2026-02-01 00:14:19 +08:00
parent 790f0c19fb
commit ec48778ee1
5 changed files with 9 additions and 8 deletions

View File

@@ -561,7 +561,7 @@ onShareAppMessage(async () => {
return {
title: "我刚做了一张祝福卡片,送给你",
path: "/pages/detail/index?shareToken=" + shareTokenRes.shareToken,
imageUrl: currentTemplate.value?.imageUrl || "/static/images/bg.jpg",
imageUrl: "/static/images/share.jpg",
};
});