Prechádzať zdrojové kódy

[feat]亲密度分析,处理页面刚进来时,背景图还未渲染,背景会闪黑屏的问题

hezihao 9 mesiacov pred
rodič
commit
cd7bfb5690

+ 1 - 2
lib/module/intimacy_analyse/intimacy_analyse_page.dart

@@ -23,7 +23,7 @@ class IntimacyAnalysePage extends BasePage<IntimacyAnalyseController> {
 
   @override
   backgroundColor() {
-    return Colors.transparent;
+    return Colors.white;
   }
 
   static start() {
@@ -53,7 +53,6 @@ class IntimacyAnalysePage extends BasePage<IntimacyAnalyseController> {
     return Container(
       // 导航栏高度
       height: MediaQuery.of(Get.context!).padding.top,
-      color: backgroundColor(),
     );
   }