fix: 首页返回顶部

This commit is contained in:
guozhigq
2024-10-13 01:27:07 +08:00
parent b03fe0fce8
commit 326827624c

View File

@ -8,7 +8,7 @@ import 'package:pilipala/utils/storage.dart';
import '../../http/index.dart';
class HomeController extends GetxController with GetTickerProviderStateMixin {
bool flag = false;
bool flag = true;
late RxList tabs = [].obs;
RxInt initialIndex = 1.obs;
late TabController tabController;