|
@@ -20,17 +20,17 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
- <My_SupplyAndDemandItemBox data-index="{{index}}" bindtap="jumpForDetails" wx:for="{{productList}}" title="【{{item.ftype}}】{{item.ftitle}}" time="{{item.checkdate}}" imageList="{{item.attinfos}}" bindstopOnShow="stopOnShow">
|
|
|
|
|
|
+ <My_SupplyAndDemandItemBox data-index="{{index}}" bindtap="jumpForDetails" wx:for="{{productList}}" title="[{{item.ftype}}]{{item.ftitle}}" time="{{item.checkdate}}" imageList="{{item.attinfos}}" type='{{item.ftype}}' content="{{item.fcontent}}" bindstopOnShow="stopOnShow">
|
|
<!-- 内容信息插槽 -->
|
|
<!-- 内容信息插槽 -->
|
|
<view slot="dataAndBut">
|
|
<view slot="dataAndBut">
|
|
<view class="dataAndBut">
|
|
<view class="dataAndBut">
|
|
<view class="dataAndBut_data">
|
|
<view class="dataAndBut_data">
|
|
浏览次数:{{item.freadtimes}}次 意向沟通人数:{{item.fcommunicationtimes}}次
|
|
浏览次数:{{item.freadtimes}}次 意向沟通人数:{{item.fcommunicationtimes}}次
|
|
</view>
|
|
</view>
|
|
- <!-- <view class="dataAndBut_but">
|
|
|
|
|
|
+ <view class="dataAndBut_but">
|
|
<van-button wx:if="{{item.fstatus == '待对接'}}" color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut" catchtap="contact">一键联系</van-button>
|
|
<van-button wx:if="{{item.fstatus == '待对接'}}" color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut" catchtap="contact">一键联系</van-button>
|
|
<van-button wx:else color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-NoSlotBut" catchtap="stop">{{item.fstatus}}</van-button>
|
|
<van-button wx:else color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-NoSlotBut" catchtap="stop">{{item.fstatus}}</van-button>
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</My_SupplyAndDemandItemBox>
|
|
</My_SupplyAndDemandItemBox>
|
|
@@ -56,7 +56,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
- <My_SupplyAndDemandItemBox wx:for="{{productList}}" title="【{{item.ftype}}】{{item.ftitle}}" time="{{item.checkdate}}" imageList="{{item.attinfos}}" data-index="{{index}}" bindtap="jumpForDetails" bindstopOnShow="stopOnShow">
|
|
|
|
|
|
+ <My_SupplyAndDemandItemBox wx:for="{{productList}}" title="【{{item.ftype}}】{{item.ftitle}}" time="{{item.checkdate}}" imageList="{{item.attinfos}}" data-index="{{index}}" bindtap="jumpForDetails" type='{{item.ftype}}' content="{{item.fcontent}}" bindstopOnShow="stopOnShow">
|
|
<!-- 我的需求左上状态插槽 -->
|
|
<!-- 我的需求左上状态插槽 -->
|
|
<view slot="myState" class="myState">
|
|
<view slot="myState" class="myState">
|
|
<view class="myShowState {{item.fstatus=='正在对接'?'myNoSoldOut':''}} {{item.fstatus=='待对接'?'myNoSoldOut':''}}">
|
|
<view class="myShowState {{item.fstatus=='正在对接'?'myNoSoldOut':''}} {{item.fstatus=='待对接'?'myNoSoldOut':''}}">
|
|
@@ -98,7 +98,7 @@
|
|
</van-action-sheet>
|
|
</van-action-sheet>
|
|
<!-- 右侧吸附固定按钮 -->
|
|
<!-- 右侧吸附固定按钮 -->
|
|
<view class="fixedButton" catchtap="postDemand">
|
|
<view class="fixedButton" catchtap="postDemand">
|
|
- <van-button custom-class="custom-fixedButton" color="linear-gradient(180deg, #FFE274 0%, #FF8700 100%)">
|
|
|
|
|
|
+ <van-button custom-class="custom-fixedButton" color="#FFB600">
|
|
</van-button>
|
|
</van-button>
|
|
<view class="fixedButtonText">
|
|
<view class="fixedButtonText">
|
|
<image src="/static/icon-01.png"></image>
|
|
<image src="/static/icon-01.png"></image>
|