|
@@ -41,7 +41,9 @@
|
|
<text style="margin-right: 20upx;">
|
|
<text style="margin-right: 20upx;">
|
|
支付剩余
|
|
支付剩余
|
|
</text>
|
|
</text>
|
|
- <u-count-down @end="getRow" style="margin-right: 20upx;" separator ="zh" :timestamp="filterTime(item.orderTime)" :show-days="false" :show-hours="false"></u-count-down>
|
|
|
|
|
|
+ <u-count-down @end="getRow"
|
|
|
|
+ style="margin-right: 20upx;" separator ="zh"
|
|
|
|
+ :timestamp="filterTime(item.orderTime)" :show-days="false" :show-hours="false"></u-count-down>
|
|
<u-button :custom-style="btnStyle" @click="toPay(item)" shape="circle" type="error" size="medium">去支付</u-button>
|
|
<u-button :custom-style="btnStyle" @click="toPay(item)" shape="circle" type="error" size="medium">去支付</u-button>
|
|
</view>
|
|
</view>
|
|
<view v-if="item.orderState=='WAIT_SEND'||item.orderState=='SEND_PART'" class="text-right">
|
|
<view v-if="item.orderState=='WAIT_SEND'||item.orderState=='SEND_PART'" class="text-right">
|