mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -193,7 +193,7 @@ class MemberController extends CommonDataController<SpaceData, SpaceData?>
|
||||
}
|
||||
|
||||
Future<void> _onBlock() async {
|
||||
dynamic res = await VideoHttp.relationMod(
|
||||
var res = await VideoHttp.relationMod(
|
||||
mid: mid,
|
||||
act: relation.value != 128 ? 5 : 6,
|
||||
reSrc: 11,
|
||||
|
||||
@@ -160,7 +160,7 @@ class _MemberPageState extends State<MemberPage> {
|
||||
],
|
||||
),
|
||||
body: Obx(
|
||||
() => _userController.loadingState.value is Success
|
||||
() => _userController.loadingState.value.isSuccess
|
||||
? LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
return ExtendedNestedScrollView(
|
||||
|
||||
Reference in New Issue
Block a user