|
@@ -35,24 +35,21 @@
|
|
|
</My_SupplyAndDemandItemBox>
|
|
|
</van-tab>
|
|
|
<van-tab title="正在对接">
|
|
|
- <My_SupplyAndDemandItemBox wx:for="{{5}}" title="各位老板看下有以下面料的联系" time="2021-11-10 14:23:43">
|
|
|
- <!-- 内容信息插槽 -->
|
|
|
- <view slot="dataAndBut">
|
|
|
- <view class="dataAndBut">
|
|
|
- <view class="dataAndBut_data">
|
|
|
- 浏览次数:245次<text>意向沟通人数</text>:134次
|
|
|
- </view>
|
|
|
- <view class="dataAndBut_but">
|
|
|
- <van-button color="#4DC2D4" style="margin-left: 16rpx;" custom-class="custom-slotBut butt-joint">正在对接</van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="abutting-joint-box">
|
|
|
+ <view class="abutting-joint-titleAndMsg">
|
|
|
+ <view class="abutting-joint-title">各位老板看下有以下面料的联系我,高价收!</view>
|
|
|
+ <view class="abutting-joint-msg"><text style="color: #FF0000; opacity: .5;">[23条]</text>李老板:多少钱收?多少钱收?</view>
|
|
|
</view>
|
|
|
- </My_SupplyAndDemandItemBox>
|
|
|
+ <view class="abutting-joint-timeAndBut">
|
|
|
+ <view class="abutting-joint-time">2021-11-10 14:23:43</view>
|
|
|
+ <van-button custom-class="abutting-joint-but"><text class="abutting-joint-but-text">继续沟通</text></van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</van-tab>
|
|
|
<van-tab title="我的需求">
|
|
|
<!-- 搜索 -->
|
|
|
<view class="my-need-search">
|
|
|
- <input class="my-need-search-input {{searchFocus?'my-need-search-inputfocus':''}}" confirm-type="search" placeholder="搜索关键字" type="text" bindfocus="needSearchFocus" bindblur="needSearchBlur" />
|
|
|
+ <input class="my-need-search-input {{searchFocus?'my-need-search-inputfocus':''}}" confirm-type="search" placeholder="搜索关键字" type="text" bindfocus="needSearchFocus" bindblur="needSearchBlur" />
|
|
|
<view class="my-need-search-but">
|
|
|
<van-icon name="search" />
|
|
|
</view>
|