From 002fb7df74e818621196bdbba716dacf007333d5 Mon Sep 17 00:00:00 2001 From: eleliauk <2831336720@qq.com> Date: Tue, 17 Dec 2024 10:52:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(questioninfo)=20:=20questioninf=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/questionInfo/index.tsx | 33 ++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/pages/questionInfo/index.tsx b/src/pages/questionInfo/index.tsx index 7c22934..724a8b3 100644 --- a/src/pages/questionInfo/index.tsx +++ b/src/pages/questionInfo/index.tsx @@ -289,36 +289,45 @@ const Index: React.FC = () => { }; return ( - - - {question ? ( - + + + + {question ? ( + + + ) : ( - '' + + 加载中... + )} - {/* AtFloatLayout 组件 */} handleFloatLayoutChange(null)} > - - {/* 这里是浮动弹层的内容 */} + {commentsLoaded && ( )} - +