feat: 查重页首页设置为平铺

bak
lizijiee 1 year ago
parent fe4f9e0d15
commit 552dc36fec

@ -23,7 +23,7 @@ let _masonry: null | Masonry = null
let _imagesload: any let _imagesload: any
const masonryRef = ref<ComponentRef>(null) const masonryRef = ref<ComponentRef>(null)
const el = ref<HTMLDivElement | null>(null) const el = ref<HTMLDivElement | null>(null)
const viewMode = ref('tile') const viewMode = ref('masonry')
const pagination = reactive({ const pagination = reactive({
pageNo: 0, pageNo: 0,
pageSize: 30, pageSize: 30,

Loading…
Cancel
Save