|
@@ -4,7 +4,7 @@
|
|
</van-tabs>
|
|
</van-tabs>
|
|
<Yl_ListBox id="ListBox" height="{{height}}" bind:getlist='getlist'>
|
|
<Yl_ListBox id="ListBox" height="{{height}}" bind:getlist='getlist'>
|
|
<view class="unread">总共{{total}}条</view>
|
|
<view class="unread">总共{{total}}条</view>
|
|
- <list list="{{list}}" />
|
|
|
|
|
|
+ <list list="{{list}}" bindcallback="callback" />
|
|
<Yl_Empty wx:if="{{!list.length}}" />
|
|
<Yl_Empty wx:if="{{!list.length}}" />
|
|
<view style="height: 180rpx;" />
|
|
<view style="height: 180rpx;" />
|
|
</Yl_ListBox>
|
|
</Yl_ListBox>
|