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

This commit is contained in:
2025-03-22 15:44:48 +08:00
parent 6874ba442c
commit 6ddd383294
+4 -4
View File
@@ -212,11 +212,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)
} }
//收藏 //收藏