mod: 直播页返回顶部
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:pilipala/pages/hot/index.dart';
|
import 'package:pilipala/pages/hot/index.dart';
|
||||||
|
import 'package:pilipala/pages/live/index.dart';
|
||||||
import 'package:pilipala/pages/rcmd/index.dart';
|
import 'package:pilipala/pages/rcmd/index.dart';
|
||||||
|
|
||||||
class HomeController extends GetxController with GetTickerProviderStateMixin {
|
class HomeController extends GetxController with GetTickerProviderStateMixin {
|
||||||
@ -13,7 +14,7 @@ class HomeController extends GetxController with GetTickerProviderStateMixin {
|
|||||||
int initialIndex = 1;
|
int initialIndex = 1;
|
||||||
late TabController tabController;
|
late TabController tabController;
|
||||||
List ctrList = [
|
List ctrList = [
|
||||||
'',
|
Get.find<LiveController>,
|
||||||
Get.find<RcmdController>,
|
Get.find<RcmdController>,
|
||||||
Get.find<HotController>,
|
Get.find<HotController>,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user