This commit is contained in:
670788339
2025-11-12 11:02:41 +08:00
parent 0b6dc6d8af
commit fc857ccf63

View File

@@ -459,9 +459,9 @@ export default {
// }
// 添加计算是否所有热点标签都未选中(即"全部"选中状态)
isAllHotTagsSelected() {
return !this.hotTagsList.some(tag => tag.checked);
}
// isAllHotTagsSelected() {
// return !this.hotTagsList.some(tag => tag.checked);
// }
},
data() {
return {