You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
505 B
13 lines
505 B
<!--subpages/heart/pages/noticeNewList/noticeNewList.wxml-->
|
|
<view class="drop-by-list">
|
|
<view class="item-list" wx:if="{{type == '0'}}">
|
|
<notice list="{{sdslist}}" type="{{2}}" bind:delete="deleteSds"></notice>
|
|
</view>
|
|
<view class="item-list" wx:else>
|
|
<notice list="{{groupbuylist}}" type="{{3}}" bind:delete="deleteGroupBuy"></notice>
|
|
</view>
|
|
</view>
|
|
|
|
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more>
|
|
|
|
<no-data isShow="{{nodata}}"></no-data>
|
|
|