顶部组件背景图替换 列表组件价格底部对齐

This commit is contained in:
2023-08-02 16:11:38 +08:00
parent e4eb79de24
commit 9832765473
7 changed files with 15 additions and 10 deletions

View File

@@ -249,7 +249,7 @@ let getRecommendList = () => {
waterfallList.value = waterfallList.value.concat(res.data.data)
pagevalue.value = res.data.pagevalue
}
console.log(waterfallList.value)
// console.log(waterfallList.value)
if (res.data.data.length >= 30) {
loadMore.value = true
loadText.value = '下拉加载更多'
@@ -258,11 +258,11 @@ let getRecommendList = () => {
loadText.value = '到底了'
}
nextTick(() => {
console.log(1)
// console.log(1)
listMasonryInstance.reloadItems();
listMasonryInstance.layout();
setTimeout(() => {
console.log(3)
// console.log(3)
listMasonryInstance.reloadItems();
listMasonryInstance.layout();
}, 600)
@@ -697,7 +697,7 @@ img {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
font-size: 15px;
color: #7F7F7F;
text-align: left;
}