From 86854d0dfb43447775ef793180582079ba601cf5 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 16 Apr 2021 09:35:44 +0800 Subject: [PATCH] 本次订单与欠费补缴订单页面合成一个 --- src/components/parkRecord.vue | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 86fde42..dc54ee4 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -207,6 +207,9 @@ export default { this.historyList = this.parkList.filter(item => { return item.parkState == '20' }) + if(this.parkingData.length==0&&this.historyList.length>0){ + this.currentTabActive = 1 + } this.historyList.forEach(i => { this.allMoney += Number(i.unPayFee) }) -- libgit2 0.21.4