mod: 直播列表刷新逻辑&样式

This commit is contained in:
guozhigq
2023-09-17 12:53:37 +08:00
parent 3daa06a198
commit c91cfedfe2
3 changed files with 13 additions and 9 deletions

View File

@ -25,9 +25,9 @@ class LiveController extends GetxController {
// 获取推荐
Future queryLiveList(type) async {
if (type == 'init') {
_currentPage = 1;
}
// if (type == 'init') {
// _currentPage = 1;
// }
var res = await LiveHttp.liveList(
pn: _currentPage,
);