fix: xinchun
This commit is contained in:
@@ -132,7 +132,7 @@ onShareAppMessage(async (options) => {
|
||||
if (!isLoggedIn.value) {
|
||||
const shareToken = await getShareToken("wallpaper_download_index", "");
|
||||
return {
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
title: "好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
path: `/pages/index/index?shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
|
||||
@@ -145,13 +145,13 @@ onShareAppMessage(async (options) => {
|
||||
options?.target?.dataset?.item?.id,
|
||||
);
|
||||
return {
|
||||
title: "快来挑选喜欢的新春壁纸吧",
|
||||
title: "快来挑选喜欢的壁纸吧",
|
||||
path: `/pages/wallpaper/detail?shareToken=${shareToken}`,
|
||||
};
|
||||
} else {
|
||||
const shareToken = await getShareToken("wallpaper_download_index", "");
|
||||
return {
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
|
||||
path: `/pages/index/index?shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
|
||||
@@ -162,7 +162,7 @@ onShareAppMessage(async (options) => {
|
||||
onShareTimeline(async () => {
|
||||
const shareToken = await getShareToken("wallpaper_timeline");
|
||||
return {
|
||||
title: "精选新年壁纸,让手机也过年 🖼",
|
||||
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
|
||||
query: `shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
|
||||
|
||||
Reference in New Issue
Block a user