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