This commit is contained in:
张成
2025-11-14 23:14:18 +08:00
parent 0adab95d34
commit 1226350099
24 changed files with 95 additions and 386 deletions

View File

@@ -1,7 +1,7 @@
import { useState, useEffect } from "react";
import { View, Text, Image, ScrollView } from "@tarojs/components";
import GuideBar from "@/components/GuideBar";
import { withAuth, EmptyState, BackNavbar } from "@/components";
import { withAuth, EmptyState, GeneralNavbar } from "@/components";
import noticeService from "@/services/noticeService";
import { formatRelativeTime } from "@/utils/timeUtils";
import Taro from "@tarojs/taro";
@@ -132,7 +132,7 @@ const Message = () => {
return (
<View className="message-container">
{/* 顶部导航栏 */}
<BackNavbar title="消息" />
<GeneralNavbar title="消息" showBack={false} showAvatar={true} />
{/* 分类标签 */}
<View className="category-tabs">