x1ongzhu 6 лет назад
Родитель
Сommit
7bdb67e05d

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-mdpi/icon_qidongye.png


BIN
android/app/src/main/res/mipmap-mdpi/logo.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


+ 1 - 1
lib/pages/Competitions.dart

@@ -87,7 +87,7 @@ class _CompetitionState extends State<Competitions> {
                                             CrossAxisAlignment.start,
                                         children: <Widget>[
                                           Text(
-                                            userInfo.username,
+                                            userInfo.nickname,
                                             style: TextStyle(
                                               fontSize: 16,
                                               color: Colors.white,

+ 22 - 22
lib/pages/UserGuid.dart

@@ -45,25 +45,25 @@ class UserGuideState extends State<UserGuide> {
             PageView(
               controller: pageController,
               children: <Widget>[
-                _page(context, children: [
-                  Align(
-                    alignment: Alignment.topLeft,
-                    child: Container(
-                      margin: EdgeInsets.only(top: 23, left: 40),
-                      child: Image.asset('images/zhezhao_01.png'),
-                    ),
-                  ),
-                  Align(
-                    alignment: Alignment.topCenter,
-                    child: Container(
-                      margin: EdgeInsets.only(top: 177),
-                      child: Text(
-                        '01、此处是您拥有金币的数量',
-                        style: TextStyle(color: Colors.white, fontSize: 15),
-                      ),
-                    ),
-                  )
-                ]),
+//                _page(context, children: [
+//                  Align(
+//                    alignment: Alignment.topLeft,
+//                    child: Container(
+//                      margin: EdgeInsets.only(top: 23, left: 40),
+//                      child: Image.asset('images/zhezhao_01.png'),
+//                    ),
+//                  ),
+//                  Align(
+//                    alignment: Alignment.topCenter,
+//                    child: Container(
+//                      margin: EdgeInsets.only(top: 177),
+//                      child: Text(
+//                        '01、此处是您拥有金币的数量',
+//                        style: TextStyle(color: Colors.white, fontSize: 15),
+//                      ),
+//                    ),
+//                  )
+//                ]),
                 _page(context, children: [
                   Align(
                     alignment: Alignment.topLeft,
@@ -77,7 +77,7 @@ class UserGuideState extends State<UserGuide> {
                     child: Container(
                       margin: EdgeInsets.only(top: 159, left: 106),
                       child: Text(
-                        '02、带此标示的为VIP赛事\n        相对于普通赛事奖励更为丰厚',
+                        '01、带此标示的为VIP赛事\n        相对于普通赛事奖励更为丰厚',
                         style: TextStyle(color: Colors.white, fontSize: 15),
                       ),
                     ),
@@ -96,7 +96,7 @@ class UserGuideState extends State<UserGuide> {
                     child: Container(
                       margin: EdgeInsets.only(top: 175, left: 30),
                       child: Text(
-                        '03、这是您在此赛事中的排名情况',
+                        '02、这是您在此赛事中的排名情况',
                         style: TextStyle(color: Colors.white, fontSize: 15),
                       ),
                     ),
@@ -124,7 +124,7 @@ class UserGuideState extends State<UserGuide> {
                             285,
                       ),
                       child: Text(
-                        '04、点击进入,开始您的比赛吧',
+                        '03、点击进入,开始您的比赛吧',
                         style: TextStyle(color: Colors.white, fontSize: 15),
                       ),
                     ),