|
|
@ -124,7 +124,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="order-action" v-if="orderItem.action.length > 0"> |
|
|
<view class="order-action" v-if="orderItem.action.length > 0"> |
|
|
<view class="order-time" v-if="orderItem.order_status == 0" id="action-date"> |
|
|
<view class="order-time" v-if="orderItem.order_status == 0 && auto_close > 0" id="action-date"> |
|
|
<image :src="$util.img('public/uniapp/order/time.png')"></image> |
|
|
<image :src="$util.img('public/uniapp/order/time.png')"></image> |
|
|
剩余时间: |
|
|
剩余时间: |
|
|
<uni-count-down :day="orderItem.discountTimeMachine.d" |
|
|
<uni-count-down :day="orderItem.discountTimeMachine.d" |
|
|
@ -308,6 +308,7 @@ |
|
|
dateType: undefined, |
|
|
dateType: undefined, |
|
|
invoiceItem: {}, |
|
|
invoiceItem: {}, |
|
|
showInvoice: false, |
|
|
showInvoice: false, |
|
|
|
|
|
auto_close: 0,//配置项-订单自动关闭时间设置 |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
components: { |
|
|
components: { |
|
|
@ -377,6 +378,7 @@ |
|
|
title: msg |
|
|
title: msg |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
this.auto_close = auto_close;//配置项-订单自动关闭时间设置 |
|
|
mescroll.endSuccess(newArr.length); |
|
|
mescroll.endSuccess(newArr.length); |
|
|
//设置列表数据 |
|
|
//设置列表数据 |
|
|
if (mescroll.num == 1) { |
|
|
if (mescroll.num == 1) { |
|
|
@ -585,6 +587,7 @@ |
|
|
if (res.code == 0) { |
|
|
if (res.code == 0) { |
|
|
var data = res.data; |
|
|
var data = res.data; |
|
|
this.evaluateConfig = data; |
|
|
this.evaluateConfig = data; |
|
|
|
|
|
console.log('qq',this.evaluateConfig); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|