diff --git a/android/app/src/main/res/drawable-v21/splash.png b/android/app/src/main/res/drawable-v21/splash.png index 28f4f02..dab752f 100644 Binary files a/android/app/src/main/res/drawable-v21/splash.png and b/android/app/src/main/res/drawable-v21/splash.png differ diff --git a/android/app/src/main/res/drawable/splash.png b/android/app/src/main/res/drawable/splash.png index 28f4f02..dab752f 100644 Binary files a/android/app/src/main/res/drawable/splash.png and b/android/app/src/main/res/drawable/splash.png differ diff --git a/lib/controller/home/real_home_controller.dart b/lib/controller/home/real_home_controller.dart index 76cc9b3..c0b9ea4 100644 --- a/lib/controller/home/real_home_controller.dart +++ b/lib/controller/home/real_home_controller.dart @@ -43,6 +43,7 @@ class RealHomeController extends GetxController { // 过滤掉直播类型的项 final records = allRecords!.where((item) => !item.isLive).toList(); + recommendFeed.clear(); recommendFeed.addAll(records); update(); } else { diff --git a/lib/pages/home/real_home_page.dart b/lib/pages/home/real_home_page.dart index 0120754..66e5e70 100644 --- a/lib/pages/home/real_home_page.dart +++ b/lib/pages/home/real_home_page.dart @@ -104,7 +104,9 @@ class _RealHomePageState extends State with AutomaticKeepAliveClie ) ], ), - ), + ).onTap((){ + controller.getListData(); + }), Row( children: [ Text( diff --git a/lib/pages/home/user_information_page.dart b/lib/pages/home/user_information_page.dart index 0df017d..91bc1ca 100644 --- a/lib/pages/home/user_information_page.dart +++ b/lib/pages/home/user_information_page.dart @@ -394,7 +394,7 @@ class UserInformationPage extends StatelessWidget { ), ), Text( - "趣恋恋ID:${userId}", + "快乐星球ID:${userId}", style: TextStyle( fontSize: 12.w, color: const Color.fromRGBO(144, 144, 144, 1)