From 9a7ff0d1669fd158cfa7bebe6ae8d07159d16ea6 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 5 Aug 2025 12:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=8B=E5=B7=A5=E5=87=BA?= =?UTF-8?q?=E5=8E=82=E4=BC=98=E6=83=A0=E5=88=B8=E6=A0=B8=E9=94=80bug=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/car/carOutParkingArea.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/car/carOutParkingArea.vue b/pages/car/carOutParkingArea.vue index e3f7882..3cf95ff 100644 --- a/pages/car/carOutParkingArea.vue +++ b/pages/car/carOutParkingArea.vue @@ -158,6 +158,7 @@ _that.amount = _data[0].payCharge; _that.inoutId = _data[0].inoutId; _that.costMin = _data[0].hours + "时" + _data[0].min + "分"; + _that.paId = _data[0].paId; }); getIotOpenApi(this, { @@ -180,7 +181,7 @@ _changeCoupons: function(e) { let _that =this; this.pccIds = e.detail.value; - if(!_pccIds || _pccIds.length<1){ + if(!this.pccIds || this.pccIds.length<1){ this._queryCustomCarMoney(); return; }