diff --git a/pages.json b/pages.json index d5e95c4..2a25a46 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "新春祝福", + "navigationBarTitleText": "祝福 壁纸 头像", "enablePullDownRefresh": true, "navigationStyle": "custom", "backgroundColor": "#FFFFFF" @@ -36,7 +36,7 @@ { "path": "pages/mine/greeting", "style": { - "navigationBarTitleText": "我的新春祝福", + "navigationBarTitleText": "我的祝福", "navigationStyle": "custom", "enablePullDownRefresh": true } @@ -44,7 +44,7 @@ { "path": "pages/mine/wallpaper", "style": { - "navigationBarTitleText": "我的新春壁纸", + "navigationBarTitleText": "我的壁纸", "navigationStyle": "custom", "enablePullDownRefresh": true } @@ -92,7 +92,7 @@ { "path": "pages/avatar/index", "style": { - "navigationBarTitleText": "新春头像挂饰", + "navigationBarTitleText": "头像挂饰", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -124,7 +124,7 @@ { "path": "pages/detail/index", "style": { - "navigationBarTitleText": "新春祝福详情", + "navigationBarTitleText": "祝福详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } diff --git a/pages/avatar/detail.vue b/pages/avatar/detail.vue index 47c87e2..a442ddb 100644 --- a/pages/avatar/detail.vue +++ b/pages/avatar/detail.vue @@ -17,7 +17,7 @@ }} 马年专属 - 换上了新春头像 + 换上了专属头像 @@ -53,7 +53,7 @@ - 热门新春头像 + 热门头像 查看全部 @@ -69,10 +69,10 @@ {{ item.type === "decor" - ? "新春饰品" + ? "精美饰品" : item.type === "avatar" - ? "新春头像" - : "新春相框" + ? "爆款头像" + : "热门相框" }} @@ -114,10 +114,10 @@ - 2026 HAPPY NEW YEAR + LUCKY EVERY DAY - 新春祝福 · 传递温情 + 专属头像 diff --git a/pages/avatar/download.vue b/pages/avatar/download.vue index 873e786..5b995c2 100644 --- a/pages/avatar/download.vue +++ b/pages/avatar/download.vue @@ -156,7 +156,7 @@ onShareAppMessage(async (options) => { options?.target?.dataset?.item?.id, ); return { - title: "快来挑选喜欢的新春头像吧", + title: "快来挑选喜欢的专属头像吧", path: `/pages/avatar/download?shareToken=${shareToken}`, }; } else { diff --git a/pages/avatar/index.vue b/pages/avatar/index.vue index 6c84907..aafd32f 100644 --- a/pages/avatar/index.vue +++ b/pages/avatar/index.vue @@ -131,6 +131,18 @@ > + + + + + {{ getUnlockLabel(item.unlockType) }} + + + + + + + 加载中... @@ -150,6 +162,18 @@ > + + + + + {{ getUnlockLabel(item.unlockType) }} + + + + + + + 加载中... @@ -171,6 +195,7 @@ @logind="handleLogind" :share-token="shareToken" /> +