fix: greeting page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user