@ -43,6 +43,7 @@ class RealHomeController extends GetxController {
// 过滤掉直播类型的项
final records = allRecords!.where((item) => !item.isLive).toList();
recommendFeed.clear();
recommendFeed.addAll(records);
update();
} else {
@ -104,7 +104,9 @@ class _RealHomePageState extends State<RealHomePage> with AutomaticKeepAliveClie
)
],
),
).onTap((){
controller.getListData();
}),
Row(
children: [
Text(
@ -394,7 +394,7 @@ class UserInformationPage extends StatelessWidget {
"趣恋恋ID:${userId}",
"快乐星球ID:${userId}",
style: TextStyle(
fontSize: 12.w,
color: const Color.fromRGBO(144, 144, 144, 1)