From 0714e8b900b1778191245f5c135a4cfe7dc23aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 3 Nov 2023 15:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E4=B8=8A=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/consulted/consulted.vue | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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(() => {