|
|
@@ -9,7 +9,7 @@ |
|
|
|
<text class="txt04">可砍至<text class="money">{{data.salePrice/100}}</text>元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="progress" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus !=8&&data.orderStatus!=1}}"> |
|
|
|
<view class="progress" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus !=8&&data.orderStatus!=1&&data.orderStatus!=9}}"> |
|
|
|
<view class="clearfix progesstext" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<text class="fl">已砍 <text>{{already}}元</text></text> |
|
|
|
<text class="fr" wx:if="{{data.pressCurrentValue/100!=0}}">还剩 <text>{{remain}}元</text></text> |
|
|
@@ -19,6 +19,9 @@ |
|
|
|
还剩 <text>{{hour}}</text>:<text>{{min}}</text>:<text>{{sec}}</text> 结束 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="fail" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus==9}}"> |
|
|
|
砍价已取消 |
|
|
|
</view> |
|
|
|
<view class="fail" hover-class="none" hover-stop-propagation="false" wx:if="{{todayDate>data.pressEndDate && discountStatus !=1}}"> |
|
|
|
好友的砍价已过期 |
|
|
|
</view> |
|
|
@@ -29,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}}">还需邀请<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"> |
|
|
@@ -37,11 +40,10 @@ |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<view class='helpDiscount' wx:if="{{data.orderStatus == 6&&discountStatus == 2}}"> |
|
|
|
<!-- <button bindtap='helpDiscount' class='helpDiscount'>帮好友砍价</button> --> |
|
|
|
<image bindtap='helpDiscount' src='./../../../assets/images/help.gif' mode='widthFix'></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="people" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<view class="people" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus!=9}}"> |
|
|
|
<view class='title'> |
|
|
|
砍价人数{{data.orderPressList.length}}/{{data.pressLimitNum}}人 |
|
|
|
</view> |
|
|
@@ -58,7 +60,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="btns clearfix" wx:if="{{data.orderStatus != 7&&discountStatus==1&&todayDate<=data.pressEndDate&&data.orderStatus!=1}}" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<view class="btns clearfix" wx:if="{{data.orderStatus != 7&&discountStatus==1&&todayDate<=data.pressEndDate&&data.orderStatus!=1&&data.orderStatus != 9}}" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<button class="fl" bindtap='orderFunc' disabled='{{showButton}}' data-orderId="{{data.id}}" data-price="{{data.price/100}}"> |
|
|
|
<text>{{data.price/100}}元</text> |
|
|
|
<text>立即购买</text> |
|
|
|