From 7d467427cfb5c0fa1424919bb678f826ea6bf36b Mon Sep 17 00:00:00 2001 From: "1098226878@qq.com" <1098226878@qq.com> Date: Fri, 14 Jan 2022 18:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js | 4 ++-- .../property/auditParkingSpaceApply/auditParkingSpaceApply.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js b/public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js index ac3f4ba4e..2605a540c 100644 --- a/public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js +++ b/public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js @@ -39,13 +39,13 @@ param, function (json, res) { let _info = JSON.parse(json); - $that._viewQr(_info.data) + $that._viewUn(_info.data) }, function (errInfo, error) { console.log('请求失败处理'); } ); }, - _viewQr: function (_data) { + _viewUn: function (_data) { document.getElementById("uncode").innerHTML = ""; let qrcode = new QRCode(document.getElementById("uncode"), { text: "无牌车入场二维码", //你想要填写的文本 diff --git a/public/pages/property/auditParkingSpaceApply/auditParkingSpaceApply.js b/public/pages/property/auditParkingSpaceApply/auditParkingSpaceApply.js index 3fedc377e..7b2f3d32f 100644 --- a/public/pages/property/auditParkingSpaceApply/auditParkingSpaceApply.js +++ b/public/pages/property/auditParkingSpaceApply/auditParkingSpaceApply.js @@ -132,7 +132,7 @@ }, auditParkingSpaceApplyInfo: function () { - if (vc.component.addParkingSpaceApplyInfo.state != "2002" || vc.component.addParkingSpaceApplyInfo.state != "4004") { + if (vc.component.addParkingSpaceApplyInfo.state == "") { vc.toast("请选择审核结果"); return; }