|
|
@@ -1,21 +1,21 @@
|
|
|
<view class="ann-box" wx:for="{{list}}" 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!=null?item.fbrand:'匿名用户'}}</view>
|
|
|
- <view style="margin-left: 8rpx; padding-top: 3rpx;">{{item.checkdate}}</view>
|
|
|
+ <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!=null?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>{{item.freadcount}}次浏览</view>
|
|
|
+ <view class="u-line-1" style="max-width: 160rpx; padding-top: 3rpx;">{{item.fbrand!=null?item.fbrand:item.ftype}}</view>
|
|
|
+ <view style="margin-left: 8rpx; padding-top: 3rpx;">{{item.checkdate}}</view>
|
|
|
</view>
|
|
|
+ <view>{{item.freadcount}}次浏览</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+</view>
|