فهرست منبع

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

hezihao 9 ماه پیش
والد
کامیت
cd7bfb5690
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      lib/module/intimacy_analyse/intimacy_analyse_page.dart

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