mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user