diff --git a/src/views/gallery/index.vue b/src/views/gallery/index.vue index 13ae610..98d38fd 100644 --- a/src/views/gallery/index.vue +++ b/src/views/gallery/index.vue @@ -22,7 +22,7 @@ import xPic from './xPic.vue'; const kw = ref(""); const sharelist = ref([]); -const ps = ref(20), pn = ref(1), total = ref(0) +const ps = ref(30), pn = ref(1), total = ref(0) const size = usesizeStore() const contH = ref(0)