diff --git a/pagesB/consulted/consulted.vue b/pagesB/consulted/consulted.vue index dd05fbf..3a9e593 100644 --- a/pagesB/consulted/consulted.vue +++ b/pagesB/consulted/consulted.vue @@ -2,22 +2,22 @@ - 待付款 - 退款中 - 已取消 - 待接单 + 待付款 + 退款中 + 已取消 + 待接单 - 待评价 - 待服务 - 已评价 + 待评价 + 待服务 + 已评价 - 待发货 - 已退款 - 待退货 - 退款成功 + 待发货 + 已退款 + 待退货 + 退款成功 @@ -239,7 +239,6 @@ }) }, goodsOrderinfo() { - // console.log(this.list.orderStatus, '444') ssgoodsOrder(this.orderTypeList).then( res => { this.order = res.rows[0] @@ -247,7 +246,7 @@ var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2) var times = new Date().getTime() / 1000 this.timestamp = time - times - console.log(this.timestamp, '8585') + // console.log(this.timestamp, '8585') if (this.timestamp >= 0) { this.timecount = this.timestamp this.Timers = setInterval(() => {