mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -33,7 +33,7 @@ class DynamicsPage extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _DynamicsPageState extends State<DynamicsPage>
|
||||
with AutomaticKeepAliveClientMixin, SingleTickerProviderStateMixin {
|
||||
with AutomaticKeepAliveClientMixin {
|
||||
final DynamicsController _dynamicsController = Get.put(DynamicsController());
|
||||
late UpPanelPosition upPanelPosition;
|
||||
|
||||
|
||||
@@ -25,8 +25,7 @@ class MemberPage extends StatefulWidget {
|
||||
State<MemberPage> createState() => _MemberPageState();
|
||||
}
|
||||
|
||||
class _MemberPageState extends State<MemberPage>
|
||||
with SingleTickerProviderStateMixin {
|
||||
class _MemberPageState extends State<MemberPage> {
|
||||
late String heroTag;
|
||||
late MemberController _memberController;
|
||||
late Future _futureBuilderFuture;
|
||||
|
||||
@@ -49,7 +49,7 @@ class VideoIntroPanel extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _VideoIntroPanelState extends State<VideoIntroPanel>
|
||||
with AutomaticKeepAliveClientMixin, SingleTickerProviderStateMixin {
|
||||
with AutomaticKeepAliveClientMixin {
|
||||
late VideoIntroController videoIntroController;
|
||||
|
||||
// 添加页面缓存
|
||||
|
||||
Reference in New Issue
Block a user