This commit is contained in:
张成
2025-12-02 11:06:18 +08:00
parent e1545c9a83
commit 592be1f602
10 changed files with 368 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { useState, useEffect } from "react";
import { View, Text, Image, ScrollView } from "@tarojs/components";
import { EmptyState } from "@/components";
import SubscribeNotificationTip from "@/components/SubscribeNotificationTip";
import noticeService from "@/services/noticeService";
import { formatRelativeTime } from "@/utils/timeUtils";
import Taro from "@tarojs/taro";
@@ -167,6 +168,11 @@ const MessagePageContent = () => {
</View>
</View>
{/* 通知提示框 */}
<View className={styles.notificationTipWrapper}>
<SubscribeNotificationTip />
</View>
<ScrollView
scrollY
refresherBackground="#FAFAFA"