Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e19ae3d802
@ -187,11 +187,11 @@ function reverseEditMode(){
|
||||
function changeCategory(value){
|
||||
store.commit("_setCategory", value)
|
||||
}
|
||||
function changeGalleryNameType(){
|
||||
store.commit("_setShowNameType", galleryNameType.value)
|
||||
function changeGalleryNameType(value){
|
||||
store.commit("_setGalleryNameType", value)
|
||||
}
|
||||
function changeSortType(){
|
||||
store.commit("_setSortType", sortType.value)
|
||||
function changeSortType(value){
|
||||
store.commit("_setSortType", value)
|
||||
}
|
||||
|
||||
//收藏
|
||||
|
||||
Loading…
Reference in New Issue
Block a user