fix: xinchun
This commit is contained in:
@@ -143,7 +143,7 @@ onShareAppMessage(async (options) => {
|
||||
if (!isLoggedIn.value) {
|
||||
const shareToken = await getShareToken("avatar_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) => {
|
||||
} else {
|
||||
const shareToken = await getShareToken("avatar_download_index", "");
|
||||
return {
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
|
||||
path: `/pages/index/index?shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
|
||||
@@ -173,7 +173,7 @@ onShareAppMessage(async (options) => {
|
||||
onShareTimeline(async () => {
|
||||
const shareToken = await getShareToken("avatar_timeline");
|
||||
return {
|
||||
title: "精选新年头像,定制专属祝福 🧧",
|
||||
title: "精选头像,定制专属祝福 🧧",
|
||||
query: `shareToken=${shareToken}`,
|
||||
imageUrl:
|
||||
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
|
||||
|
||||
Reference in New Issue
Block a user