Browse Source

更新

master
453530270@qq.com 2 years ago
parent
commit
598139a640
  1. 4
      pages/category/index.vue

4
pages/category/index.vue

@ -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;

Loading…
Cancel
Save