fix: 抽签

This commit is contained in:
zzc
2026-02-03 05:55:04 +08:00
parent 7c80f9a6a6
commit b6091de037
10 changed files with 34 additions and 24 deletions

View File

@@ -815,7 +815,8 @@ onShareAppMessage(async () => {
return {
title: "我刚做了一张祝福卡片,送给你",
path: "/pages/detail/index?shareToken=" + shareTokenRes.shareToken,
imageUrl: "/static/images/share.jpg",
imageUrl:
"https://file.lihailezzc.com/resource/13ec1134e6614feadeeaaa9ef21ea96e.png",
};
});