From d3f9f8d949a024bb3613fc47ab2da636b0271dad Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 19 Jun 2025 14:54:25 +0800 Subject: [PATCH] 1 --- subPackages/service/gate.vue | 68 +++++++++++++++++++++++++++++------- 1 file changed, 55 insertions(+), 13 deletions(-) diff --git a/subPackages/service/gate.vue b/subPackages/service/gate.vue index 95e6604..11ba8c0 100644 --- a/subPackages/service/gate.vue +++ b/subPackages/service/gate.vue @@ -6,12 +6,16 @@ - 账单号: {{moneyData.bill_id}} - 停车场名称:{{moneyData.park_name}} - 车牌号:{{moneyData.vpl_number}} - 入站时间:{{moneyData.in_time}} - 出站时间:{{moneyData.out_time}} - 应付:¥{{moneyData.unpaid_charge}} + + 账单号:{{moneyData.bill_id}} + 停车场名称:{{moneyData.park_name}} + 车牌号:{{moneyData.vpl_number}} + 入站时间:{{moneyData.in_time}} + 出站时间:{{moneyData.out_time}} + + 应付:{{moneyData.unpaid_charge}} + + 未获取到账单信息 @@ -39,7 +43,7 @@ }; }, onLoad(options){ - this.vpl_number = options.carNo + this.vpl_number = decodeURIComponent(options.carNo) this.park_code = options.park_code this.arm_code = options.arm_code this.gate_type = options.gate_type || 'in' @@ -107,7 +111,11 @@ } -