mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 16:11:27 +08:00
@@ -1045,6 +1045,12 @@ function handleChooseImage(val: boolean, index: number) {
|
||||
const id = filterList.value[i].id!
|
||||
choosedList[id] = true
|
||||
}
|
||||
try {
|
||||
delete choosedList[currentItem.id!]
|
||||
choosedList[currentItem.id!] = val
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
}
|
||||
lastChoosed.value = index
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user