pages/digitalCourses/index.wxml
@@ -91,7 +91,7 @@ </view> <view class="viewCount"> {{item.viewCount }}次点击 </view> <view class="author"> <view> {{ item.courseLeader}} </view> <view class="courseLeader"> {{ item.courseLeader}} </view> <view> {{ item.classHours}}课时 </view> </view> <view class="money"> @@ -105,7 +105,8 @@ </view> </view> <view wx:if="{{noData}}" class="noDataBox"> <t-empty icon="folder-open" description="暂无数据" font-size="80" /> <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> --> <empty /> </view> </scroll-view> </view>