|
@@ -9,13 +9,13 @@ |
|
|
<text class="txt04">可砍至<text class="money">{{data.salePrice/100}}</text>元</text> |
|
|
<text class="txt04">可砍至<text class="money">{{data.salePrice/100}}</text>元</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<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"> |
|
|
|
|
|
|
|
|
<view class="progress" hover-class="none" hover-stop-propagation="false"> |
|
|
|
|
|
<view class="clearfix progesstext" wx:if="{{data.orderStatus !=8&&data.orderStatus!=1&&data.orderStatus!=9}}" hover-class="none" hover-stop-propagation="false"> |
|
|
<text class="fl">已砍 <text>{{already}}元</text></text> |
|
|
<text class="fl">已砍 <text>{{already}}元</text></text> |
|
|
<text class="fr" wx:if="{{data.pressCurrentValue/100!=0}}">还剩 <text>{{remain}}元</text></text> |
|
|
<text class="fr" wx:if="{{data.pressCurrentValue/100!=0}}">还剩 <text>{{remain}}元</text></text> |
|
|
</view> |
|
|
</view> |
|
|
<progress percent="{{((data.price-data.salePrice-data.pressCurrentValue)/(data.price-data.salePrice))*100}}" color="#FF3535" class="progressbar"border-radius="10px" backgroundColor="#FECFCF" stroke-width="10" /> |
|
|
|
|
|
<view class="time" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus != 7}}"> |
|
|
|
|
|
|
|
|
<progress percent="{{((data.price-data.salePrice-data.pressCurrentValue)/(data.price-data.salePrice))*100}}" wx:if="{{data.orderStatus !=8&&data.orderStatus!=1&&data.orderStatus!=9}}" color="#FF3535" class="progressbar"border-radius="10px" backgroundColor="#FECFCF" stroke-width="10" /> |
|
|
|
|
|
<view class="time" hover-class="none" wx:if="{{data.orderStatus !=8&&data.orderStatus!=1&&data.orderStatus!=9&&data.orderStatus != 7}}" hover-stop-propagation="false"> |
|
|
还剩 <text>{{day}}</text>天:<text>{{hour}}</text>:<text>{{min}}</text>:<text>{{sec}}</text> 结束 |
|
|
还剩 <text>{{day}}</text>天:<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 class="fail" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus==9}}"> |
|
|