diff --git a/constant/constant.js b/constant/constant.js index 27a97f0..27d6b04 100644 --- a/constant/constant.js +++ b/constant/constant.js @@ -1,2 +1,5 @@ +// 滚动到底部 +export const SCROLL_TO_BOTTOM = 'SCROLL_TO_BOTTOM' -export const SCROLL_TO_BOTTOM = 'SCROLL_TO_BOTTOM' \ No newline at end of file +// 推荐帖子 +export const RECOMMEND_POSTS_TITLE = 'RECOMMEND_POSTS_TITLE' \ No newline at end of file diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue index 4c9ad88..47bc8a9 100644 --- a/pages/chat/ChatInputArea.vue +++ b/pages/chat/ChatInputArea.vue @@ -8,7 +8,7 @@