fix: greeting page

This commit is contained in:
zzc
2026-01-28 22:44:47 +08:00
parent 30063429ba
commit 154c038d1d
4 changed files with 526 additions and 0 deletions

View File

@@ -160,6 +160,12 @@ const handleLogind = async () => {
};
const navTo = (page) => {
if (page === "greetings") {
uni.navigateTo({
url: "/pages/mine/greeting",
});
return;
}
if (page === "fortune-record") {
uni.navigateTo({
url: "/pages/fortune/record",