|
@@ -10,7 +10,7 @@
|
|
|
</van-dropdown-menu>
|
|
</van-dropdown-menu>
|
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
|
<My_listBox id='ListBox' height='{{scrollHeight}}' bind:getlist='selectList'>
|
|
<My_listBox id='ListBox' height='{{scrollHeight}}' bind:getlist='selectList'>
|
|
|
- <view class="unread">总共{{total}}个,有1个更新</view>
|
|
|
|
|
|
|
+ <view class="unread">总共{{total}}个</view>
|
|
|
<navigator url="#" class="course my-card" wx:for="{{list}}" data-item="{{item}}" bindtap="toDetail">
|
|
<navigator url="#" class="course my-card" wx:for="{{list}}" data-item="{{item}}" bindtap="toDetail">
|
|
|
<van-image width="160rpx" height="120rpx" custom-class='cover-img' lazy-load fit='cover' src="{{item.cover||'https://img.yzcdn.cn/vant/cat.jpeg'}}" />
|
|
<van-image width="160rpx" height="120rpx" custom-class='cover-img' lazy-load fit='cover' src="{{item.cover||'https://img.yzcdn.cn/vant/cat.jpeg'}}" />
|
|
|
<view class="explian">
|
|
<view class="explian">
|