index.wxml 370 B

12345678
  1. <view class="top" />
  2. <My_listBox id='ListBox' height='{{scrollHeight}}' bind:getlist='getList'>
  3. <view class="unread">总共{{total}}条,未读{{unreadNum}}条</view>
  4. <navigator class="list-box" url="#" wx:for="{{list}}" data-item="{{item}}" bindtap="toDetails">
  5. <Item item="{{item}}" />
  6. </navigator>
  7. <view style="height: 40px;" />
  8. </My_listBox>