|
|
@@ -18,6 +18,33 @@
|
|
|
</view>
|
|
|
</My_DisplayBox>
|
|
|
|
|
|
+<My_DisplayBox title="通告" bind:getExhibitionTitle="getExhibitionTitle">
|
|
|
+ <!-- 标题前图片 -->
|
|
|
+ <image slot="display-box-img" class="display-title_image" src="/static/icon-02.png" mode="aspectFit"></image>
|
|
|
+ <!-- 列表展示区 -->
|
|
|
+ <view class="ann-box" wx:for="{{annunciateList}}" style="margin-top: {{index==0?0:28}}rpx;" 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>
|
|
|
+</My_DisplayBox>
|
|
|
+
|
|
|
<My_DisplayBox title="最新供需" bind:getExhibitionTitle="getExhibitionTitle">
|
|
|
<!-- 标题前图片 -->
|
|
|
<image slot="display-box-img" class="display-title_image" src="/static/icon-03.png" mode="aspectFit"></image>
|
|
|
@@ -26,12 +53,12 @@
|
|
|
<!-- 列表展示区 -->
|
|
|
<view slot="display-box-showList">
|
|
|
<My_DisplayItem wx:for="{{productList}}" content="{{item}}" padTop="{{index==0?'0':'20'}}" borTop="{{index==0?'0':'2'}}" anonymity="true">
|
|
|
- <!-- <view class="display-box-showList-button-box" slot="button">
|
|
|
+ <view class="display-box-showList-button-box" slot="button">
|
|
|
<van-button custom-class="display-box-showList-button" catchtap="contact" color="linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%)"></van-button>
|
|
|
<view class="display-box-showList-button-text">
|
|
|
一键联系
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
</My_DisplayItem>
|
|
|
</view>
|
|
|
</My_DisplayBox>
|