This commit is contained in:
张成
2025-10-01 11:57:44 +08:00
parent 7b906def5a
commit 606aaf03d7

View File

@@ -235,11 +235,6 @@ const Message = () => {
)}
</ScrollView>
{/* 悬浮新建按钮 */}
<View className="floating-button" onClick={() => console.log("新建消息")}>
<View className="button-icon"></View>
</View>
{/* 底部导航 */}
<GuideBar currentPage="message" />
</View>