|
|
@ -13,7 +13,7 @@ |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
<!-- 右侧 二级分类 --> |
|
|
<!-- 右侧 二级分类 --> |
|
|
<scroll-view class="cate-right" :scroll-top="scrollTop" :scroll-y="true" :style="{ height: `${scrollHeight}px` }"> |
|
|
<scroll-view class="cate-right" :scroll-top="scrollTop" :scroll-y="true" :style="{ height: `${scrollHeight}px` }"> |
|
|
|
|
|
<!-- 有数据的时候 --> |
|
|
<view v-if="list.length>0" class="cate-right-cont"> |
|
|
<view v-if="list.length>0" class="cate-right-cont"> |
|
|
<view class="cate-two-box"> |
|
|
<view class="cate-two-box"> |
|
|
<view class="cate-cont-box"> |
|
|
<view class="cate-cont-box"> |
|
|
@ -70,7 +70,7 @@ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
//分页大小 |
|
|
//分页大小 |
|
|
let limit=2; |
|
|
let limit=30; |
|
|
|
|
|
|
|
|
// 最后一次刷新时间 |
|
|
// 最后一次刷新时间 |
|
|
let lastRefreshTime; |
|
|
let lastRefreshTime; |
|
|
|