|
|
@@ -32,7 +32,7 @@ |
|
|
|
<button bindtap="barginAgain" data-couponChannelId="{{data.couponChannelId}}" data-couponId="{{data.productId}}" data-id="{{data.id}}">发起砍价</button> |
|
|
|
<button bindtap="gotomore">更多砍价商品</button> |
|
|
|
</view> |
|
|
|
<!-- <view class='help' wx:if="{{(data.pressLimitNum-data.orderPressList.length)!=0&&data.orderStatus != 7||(data.pressLimitNum-data.orderPressList.length)!=0&&data.orderStatus != 1||data.orderStatus != 9}}">还需邀请<text>{{data.pressLimitNum-data.orderPressList.length}}</text>位好友,帮忙砍至底价</view> --> |
|
|
|
<view class='help' wx:if="{{(data.pressLimitNum-data.orderPressList.length)!=0&&data.orderStatus != 7||(data.pressLimitNum-data.orderPressList.length)!=0&&data.orderStatus != 1||data.orderStatus != 9}}">还需邀请<text>{{data.pressLimitNum-data.orderPressList.length}}</text>位好友,帮忙砍至底价</view> |
|
|
|
<view class="success" wx:if="{{data.orderStatus == 7||data.orderStatus == 1}}" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<image src="./../../../assets/images/success01.png" mode="widthFix"></image> |
|
|
|
<text class="" selectable="false" space="false" decode="false"> |
|
|
@@ -44,9 +44,9 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="people" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus!=9}}"> |
|
|
|
<!-- <view class='title'> |
|
|
|
<view class='title'> |
|
|
|
砍价人数{{data.orderPressList.length}}/{{data.pressLimitNum}}人 |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="clearfix person" wx:for="{{data.orderPressList}}" wx:key="index"> |
|
|
|
<view class="head fl"> |
|
|
|
<image class="headicon" src="{{item.avatarUrl}}" mode="widthFix" lazy-load="true" binderror="" bindload="" /> |
|
|
|