This commit is contained in:
heixinyouzi 2024-06-04 17:40:40 +08:00
parent 1339abf981
commit 8132e4475d

View File

@ -22,7 +22,7 @@ import xPic from './xPic.vue';
const kw = ref(""); const kw = ref("");
const sharelist = 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 size = usesizeStore()
const contH = ref(0) const contH = ref(0)