| | |
| | | </view> |
| | | </scroll-view> |
| | | <view class="lawPublicity-list"> |
| | | <view wx:for="{{dataSet}}" wx:key="{{item.id}}" data-Id="{{item.id}}" bindtap="link"> |
| | | <view class="lawPublicity-item"> |
| | | <view class="content-right" > |
| | | <image src="{{item.coverUrl}}"></image> |
| | | </view> |
| | | <view class="content-left"> |
| | | <view class="headLineTitle" > |
| | | {{item.title}} |
| | | </view> |
| | | <text class="cuIcon-favorfill lg text-blue"></text> |
| | | <view class="headLineInfo"> |
| | | <view class="info-source">{{item.createTime}}</view> |
| | | <view class="info-viewer">{{item.readCount}}人观看</view> |
| | | <!-- <view wx:for="{{dataSet}}" wx:key="{{item.id}}" data-Id="{{item.id}}" bindtap="link"> --> |
| | | <view class="weui-panel weui-panel_access"> |
| | | <view class="weui-panel__bd"> |
| | | <view class="weui-media-box weui-media-box_text" wx:for="{{ dataSet }}" wx:key=""> |
| | | <view class="lawPublicity-item"> |
| | | <view class="content-right"> |
| | | <image src="{{item.coverUrl}}"></image> |
| | | </view> |
| | | <view class="content-left"> |
| | | <view class="headLineTitle"> |
| | | {{item.title}} |
| | | </view> |
| | | <text class="cuIcon-favorfill lg text-blue"></text> |
| | | <view class="headLineInfo"> |
| | | <view class="info-source">{{item.createTime}}</view> |
| | | <view class="info-viewer">{{item.readCount}}人观看</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="border"> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- <view class="border"> |
| | | </view> --> |
| | | <!-- </view> --> |
| | | |
| | | </view> |
| | | <view class="weui-loadmore" hidden="{{isHideMorebtn}}"> |
| | | <view class="weui-loadmore__tips" bindtap='getMore'>点击加载更多</view> |