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 && ( )} - +