feat:将更多标签 调整到列表中

This commit is contained in:
2025-08-02 17:45:03 +08:00
parent 299d755493
commit 0b32f625b0
4 changed files with 13 additions and 11 deletions

View File

@@ -45,6 +45,8 @@
<template v-else>
<ChatCardOther class="message-item-other" :text="item.msg">
<ChatMoreTips @replySent="handleReply" :itemList="mainPageDataModel.guideWords"/>
<ActivityListComponent v-if="mainPageDataModel.activityList.length > 0" :activityList="mainPageDataModel.activityList"/>
<RecommendPostsComponent v-if="mainPageDataModel.recommendTheme.length > 0" :recommendThemeList="mainPageDataModel.recommendTheme" />
@@ -56,8 +58,7 @@
<!-- 输入框区域 -->
<view class="footer-area">
<ChatMoreTips @replySent="handleReply" :itemList="mainPageDataModel.guideWords"></ChatMoreTips>
<ChatQuickAccess @replySent="handleReplyInstruct"></ChatQuickAccess>
<ChatQuickAccess @replySent="handleReplyInstruct"/>
<ChatInputArea
v-model="inputMessage"
:holdKeyboard="holdKeyboard"