Merge branch 'master-20251023-tag' into test1024

This commit is contained in:
670788339
2025-11-13 08:47:54 +08:00

View File

@@ -527,7 +527,8 @@ export default {
searchRecords: [], searchRecords: [],
hotList: [], hotList: [],
totalPages: 1, totalPages: 1,
localSessionKey: this.$xpage.constants.localCourseFiltersKey localSessionKey: this.$xpage.constants.localCourseFiltersKey,
// isAllHotTagsSelected: true,
}; };
}, },
// 受众需要每次刷新 // 受众需要每次刷新
@@ -988,6 +989,7 @@ export default {
}, },
//点击标签 //点击标签
handleTagClick(item, list,type) { handleTagClick(item, list,type) {
item.checked = !item.checked; item.checked = !item.checked;
// 更新course.tags // 更新course.tags