@@ -196,7 +196,7 @@ const toDetail = (isPosition, item) =>{
text-overflow: ellipsis;
}
.mList {
- margin-top: 20rpx;
+ margin-bottom: 20rpx;
/* 列表触底暂无更多 */
.noMore{ text-align:center; color:grey; }
@@ -65,7 +65,7 @@ const swiperAdList = ref(swiperAdListTest)
const items = reactive([])
const pageInfo = ref({
pageNo: 1,
- pageSize: 2
+ pageSize: 20
})
const loading = ref(false)
@@ -168,6 +168,7 @@ $defaultColor: #999;
&-recommend {
padding: 0 24rpx;
&-box {
@include box;
&-title {