opt multi del

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 17:18:40 +08:00
parent 3caa684b2e
commit 104d295389
58 changed files with 379 additions and 404 deletions

View File

@@ -75,7 +75,10 @@ class _GroupPanelState extends State<GroupPanel> {
tagidList = [0];
}
// 保存
final res = await MemberHttp.addUsers([widget.mid], tagidList);
final res = await MemberHttp.addUsers(
widget.mid.toString(),
tagidList.join(','),
);
SmartDialog.showToast(res['msg']);
if (res['status']) {
Get.back(result: tagidList);