|
|
@@ -5,27 +5,7 @@
|
|
|
<!-- 圆角按钮tabs -->
|
|
|
<My_RoundedCornerButtonTabs list="{{roundedList}}" bind:tabsSelectedIitem="tabsSelectedIitem"></My_RoundedCornerButtonTabs>
|
|
|
<!-- 列表展示区 -->
|
|
|
- <view class="ann-box" wx:for="{{annunciateList}}" data-index="{{index}}" catchtap="toDetails">
|
|
|
- <view class="ann-img">
|
|
|
- <image wx:if="{{item.attinfos[0].fobsurl}}" src="{{item.attinfos[0].fobsurl}}" mode="aspectFill"></image>
|
|
|
- <image src="/static/tacitly-approve/MRproduct.png" mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- <view class="ann-text">
|
|
|
- <view class="ann-text-title u-line-1">{{item.ftitle}}</view>
|
|
|
- <view class="ann-text-center u-line-2">{{item.fsummary}}</view>
|
|
|
- <view class="ann-text-bottom u-line-1" style="margin-top: 22rpx;">
|
|
|
- <view class="userMsg">
|
|
|
- <view class="img">
|
|
|
- <image wx:if="{{item.headportraiturl}}" src="{{item.headportraiturl}}"></image>
|
|
|
- <image wx:else src="https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/userCenter/userImg.png"></image>
|
|
|
- </view>
|
|
|
- <view class="u-line-1" style="max-width: 160rpx; padding-top: 3rpx;">{{item.fbrand}}</view>
|
|
|
- <view style="margin-left: 8rpx; padding-top: 3rpx;">{{item.checkdate}}</view>
|
|
|
- </view>
|
|
|
- <view>{{item.freadcount}}次浏览</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <annunciateList list="{{annunciateList}}"></annunciateList>
|
|
|
<My_pageReachBottom dummyStatus="{{annunciateList.length>=1}}" loadMore="{{pageNumber>=pageTotal}}"></My_pageReachBottom>
|
|
|
</view>
|
|
|
<!-- 历史发布 -->
|