pages/digitalCourses/index.wxml
@@ -25,7 +25,7 @@ </view> </view> <scroll-view scroll-y="{{true}}" class="outsideContentBox" bindscrolltolower="onScrollToLower"> <view class="ExternalInformationBox"> <view class="informationBox" wx:for="{{courseList}}" wx:key="index" wx:for-item="item" data-item="{{item}}" bind:tap="courseDetail"> @@ -58,14 +58,9 @@ </view> </view> <view wx:if="{{courseList.length <= 0}}" class="noDataBox"> <t-empty icon="folder-open" description="暂无数据" font-size="80" /> </view> </scroll-view> </view> </t-tab-panel> </t-tabs>