mod: 代码整理

This commit is contained in:
orz12
2024-02-27 13:44:28 +08:00
parent 71828bef14
commit e0fe2e29f2
14 changed files with 18 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ class MemberController extends GetxController {
Box userInfoCache = GStrorage.userInfo;
late int ownerMid;
// 投稿列表
RxList<VListItemModel>? archiveList = [VListItemModel()].obs;
RxList<VListItemModel>? archiveList = <VListItemModel>[].obs;
dynamic userInfo;
RxInt attribute = (-1).obs;
RxString attributeText = '关注'.obs;