chore: rename

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-03 15:51:56 +08:00
parent c491b5283b
commit 9b3c3efb09
9 changed files with 14 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ class _MemberHomeState extends State<MemberHome>
@override
bool get wantKeepAlive => true;
late final _ctr = Get.find<MemberControllerNew>(tag: widget.heroTag);
late final _ctr = Get.find<MemberController>(tag: widget.heroTag);
@override
Widget build(BuildContext context) {