fix: make content api

This commit is contained in:
zzc
2026-02-06 09:42:56 +08:00
parent 99aa89a5c2
commit cee6ef9f91
6 changed files with 18 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="wallpaper-page">
<NavBar title="新春精美壁纸" />
<NavBar title="精美壁纸" />
<!-- Category Tabs -->
<view class="category-tabs">
@@ -115,7 +115,7 @@ onShareAppMessage(async (options) => {
path: `/pages/wallpaper/detail?shareToken=${shareToken}`,
};
} else {
const shareToken = await getShareToken("wallpaper_download", "");
const shareToken = await getShareToken("wallpaper_download_index", "");
return {
title: "新春祝福",
path: `/pages/index/index?shareToken=${shareToken}`,