修复无法修改排序以及显示类型的bug

This commit is contained in:
2025-03-22 15:40:18 +08:00
parent a81126d4da
commit bb13b28ba2
+4 -4
View File
@@ -187,11 +187,11 @@ function reverseEditMode(){
function changeCategory(value){ function changeCategory(value){
store.commit("_setCategory", value) store.commit("_setCategory", value)
} }
function changeGalleryNameType(){ function changeGalleryNameType(value){
store.commit("_setShowNameType", galleryNameType.value) store.commit("_setGalleryNameType", value)
} }
function changeSortType(){ function changeSortType(value){
store.commit("_setSortType", sortType.value) store.commit("_setSortType", value)
} }
//收藏 //收藏