index.wxml 831 B

1
  1. <view class="propertyNotice _div"><view class="noticeUl _ul"><block wx:for="{{noticeList}}" wx:for-item="item" wx:for-index="__i0__"><view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['noticeList','',__i0__]]]]]]]}}" class="noticeLi _li" bindtap="__e"><image class="leftImg _img" src="{{item.readStatus=='1'?unReadImg:readImg}}"></image><view class="rightBox _div"><label class="noticeTitle _span">{{item.title}}</label><label class="noticeTimeBox _span"><label class="noticeTime _span">{{item.releaseTime}}</label><van-icon class="{{[item.collectorsStatus=='2'?'likeIcon':'unLikeIcon']}}" vue-id="{{'2d19a3ca-1-'+__i0__}}" name="like" data-event-opts="{{[['^tap',[['clickLike',['$0'],[[['noticeList','',__i0__]]]]]]]}}" data-com-type="wx" catch:tap="__e" bind:__l="__l"></van-icon></label></view></view></block></view></view>