feat: 推荐列表显示「已关注」标识
This commit is contained in:
@ -25,6 +25,7 @@ class HomeController extends GetxController {
|
||||
freshIdx: _currentPage,
|
||||
);
|
||||
if (res['status']) {
|
||||
print('type: $type');
|
||||
if (type == 'init') {
|
||||
videoList.value = res['data'];
|
||||
} else if (type == 'onRefresh') {
|
||||
|
Reference in New Issue
Block a user