Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-02 13:59:52 +08:00
parent 89df091542
commit d112843a8a
5 changed files with 5 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ class MemberControllerNew extends CommonController
);
Future blockUser(BuildContext context) async {
if (ownerMid == null) {
if (ownerMid == 0) {
SmartDialog.showToast('账号未登录');
return;
}