From ed03bb463cf574f6acf4115e44717c9d24904b67 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 8 Jul 2025 03:22:17 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BF=9B=E5=87=BA=E5=9C=BAbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- components/car/barrier-gate-control.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/car/barrier-gate-control.vue b/components/car/barrier-gate-control.vue index 00d0df1..b20edbe 100644 --- a/components/car/barrier-gate-control.vue +++ b/components/car/barrier-gate-control.vue @@ -63,7 +63,7 @@ import { getCommunityId } from '../../api/community/community.js'; }, methods: { _loadMachines: function(_paNum) { - this.paNumd = _paNum; + this.paNum = _paNum; let _that = this; getIotOpenApi(this, { page: 1, @@ -168,7 +168,7 @@ import { getCommunityId } from '../../api/community/community.js'; this.cancel(); uni.navigateTo({ url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId + - '&machineCode=' + _curMachine.machineCode + 'paNumd=' + _that.paNumd + "&boxId=" + + '&machineCode=' + _curMachine.machineCode + '&paNum=' + _that.paNum + "&boxId=" + _curMachine.boxId }) }, @@ -185,7 +185,7 @@ import { getCommunityId } from '../../api/community/community.js'; this.cancel(); uni.navigateTo({ url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId + - "&machineCode=" + _curMachine.machineCode + "paNumd=" + this.paNumd + "&boxId=" + + "&machineCode=" + _curMachine.machineCode + "&paNum=" + this.paNum + "&boxId=" + _curMachine.boxId }) }