panhui il y a 6 ans
Parent
commit
cbda9a6674
2 fichiers modifiés avec 16 ajouts et 14 suppressions
  1. 1 1
      android/app/build.gradle
  2. 15 13
      lib/pages/HomePage.dart

+ 1 - 1
android/app/build.gradle

@@ -40,7 +40,7 @@ android {
         multiDexEnabled true
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         ndk {
-            abiFilters 'armeabi-v7a'
+            // abiFilters 'armeabi-v7a'
         }
         manifestPlaceholders = [
                 JPUSH_PKGNAME: applicationId,

+ 15 - 13
lib/pages/HomePage.dart

@@ -55,7 +55,9 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
     //       content: Container(
     //         height: 50,
     //         child: Text(
-    //           '暂时没有进行中的房间,敬请期待...',
+
+
+
     //           style: TextStyle(color: Colors.black),
     //         ),
     //       ),
@@ -256,18 +258,18 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
                                   Container(
                                     height: 0.06 * (height - 334),
                                   ),
-                                  Column(
-                                    children: <Widget>[
-                                      Text('当前排名',
-                                          style: TextStyle(
-                                              color: Color(0xFFFFFFFF),
-                                              fontSize: 13)),
-                                      Text('2',
-                                          style: TextStyle(
-                                              color: Color(0xFFFFFFFF),
-                                              fontSize: 13))
-                                    ],
-                                  )
+                                  // Column(
+                                  //   children: <Widget>[
+                                  //     Text('当前排名',
+                                  //         style: TextStyle(
+                                  //             color: Color(0xFFFFFFFF),
+                                  //             fontSize: 13)),
+                                  //     Text('2',
+                                  //         style: TextStyle(
+                                  //             color: Color(0xFFFFFFFF),
+                                  //             fontSize: 13))
+                                  //   ],
+                                  // )
                                 ],
                               ),
                             ));