pages/tabBar/current/current.vue
@@ -15,7 +15,7 @@ </view> <!-- 页面内容 --> <view class="m-p-15"> <view class="cardList"> <view class="cardList" v-if="classList && classList.length>0"> <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper" @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%"> <view style="padding: 20px 0 20px"> @@ -37,6 +37,7 @@ </view> </scroll-view> </view> <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty> </view> <tabBar :currentPagePath="page"></tabBar> </view>