|
@@ -65,7 +65,7 @@ const swiperAdList = ref(swiperAdListTest)
|
|
const items = reactive([])
|
|
const items = reactive([])
|
|
const pageInfo = ref({
|
|
const pageInfo = ref({
|
|
pageNo: 1,
|
|
pageNo: 1,
|
|
- pageSize: 2
|
|
|
|
|
|
+ pageSize: 20
|
|
})
|
|
})
|
|
|
|
|
|
const loading = ref(false)
|
|
const loading = ref(false)
|
|
@@ -168,6 +168,7 @@ $defaultColor: #999;
|
|
}
|
|
}
|
|
&-recommend {
|
|
&-recommend {
|
|
padding: 0 24rpx;
|
|
padding: 0 24rpx;
|
|
|
|
+ margin-bottom: 20rpx;
|
|
&-box {
|
|
&-box {
|
|
@include box;
|
|
@include box;
|
|
&-title {
|
|
&-title {
|