|
|
@@ -311,7 +311,8 @@ class ConversationAnalysisView
|
|
|
),
|
|
|
child: Obx(() {
|
|
|
// 开始分析中的状态
|
|
|
- if (controller.reportData.value.isEmpty) {
|
|
|
+ if (controller.isResultGenerating.value &&
|
|
|
+ controller.reportData.value.isEmpty) {
|
|
|
return Container(
|
|
|
padding: EdgeInsets.only(top: 33.h, bottom: 52.h),
|
|
|
child: CreatingLoadingWidget(
|