mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 20:16:26 +08:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -33,7 +33,7 @@ class _FavFolderSortPageState extends State<FavFolderSortPage> {
|
||||
TextButton(
|
||||
onPressed: () async {
|
||||
var res = await FavHttp.sortFavFolder(
|
||||
sort: sortList.map((item) => item.id).toList(),
|
||||
sort: sortList.map((item) => item.id).join(','),
|
||||
);
|
||||
if (res['status']) {
|
||||
SmartDialog.showToast('排序完成');
|
||||
|
||||
Reference in New Issue
Block a user