小程序1.0.2
@ -55,8 +55,8 @@
|
||||
</view>
|
||||
|
||||
<!-- 空状态 -->
|
||||
<view wx:if="{{!courseList || courseList.length === 0}}" class="empty">
|
||||
<image class="empty-icon" src="./image/empty.png" mode="aspectFit"/>
|
||||
<view wx:if="{{!courseList || courseList.length == 0}}" class="empty">
|
||||
<image class="empty-icon" src="/static/empty.png" mode="aspectFit"/>
|
||||
<text class="empty-text">暂无课程,去看看其他分类吧~</text>
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 445 KiB After Width: | Height: | Size: 7.6 KiB |