|
|
|
@ -123,16 +123,18 @@ |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="order-action" v-if="orderItem.action.length > 0"> |
|
|
|
<view class="order-time" v-if="orderItem.order_status == 0" id="action-date"> |
|
|
|
<image :src="$util.img('public/uniapp/order/time.png')"></image> |
|
|
|
剩余时间: |
|
|
|
<uni-count-down :day="orderItem.discountTimeMachine.d" |
|
|
|
:hour="orderItem.discountTimeMachine.h" |
|
|
|
:minute="orderItem.discountTimeMachine.i" |
|
|
|
:second="orderItem.discountTimeMachine.s" color="#FF4644" |
|
|
|
splitorColor="#FF4644" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="order-action" v-if="orderItem.action.length > 0"> |
|
|
|
<view class="order-time" v-if="orderItem.order_status == 0" id="action-date"> |
|
|
|
<image :src="$util.img('public/uniapp/order/time.png')"></image> |
|
|
|
剩余时间: |
|
|
|
<uni-count-down :day="orderItem.discountTimeMachine.d" |
|
|
|
:hour="orderItem.discountTimeMachine.h" |
|
|
|
:minute="orderItem.discountTimeMachine.i" |
|
|
|
:second="orderItem.discountTimeMachine.s" color="#FF4644" |
|
|
|
splitorColor="#FF4644" /> |
|
|
|
</view> |
|
|
|
<view class="order-box-btn" v-if=" |
|
|
|
evaluateConfig.evaluate_status == 1 && |
|
|
|
orderItem.is_evaluate == 1 |
|
|
|
|