wuxw лет назад: 6
Родитель
Сommit
c0336af92a

+ 1 - 1
WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js

@@ -21,7 +21,7 @@
                     colorLight : "#ffffff", //生成二维码的浅色部分
                     correctLevel : QRCode.CorrectLevel.H
                 });
-                var _url = vc.component.parkingSpaceQrCodeInfo.url +"/tempParkingFeePay/tempParkingFeePay?communityId="+vc.getCurrentCommunity().communityId + "&communityName="+vc.getCurrentCommunity().name;
+                var _url = vc.component.parkingSpaceQrCodeInfo.url +"/tempParkingFeePay?communityId="+vc.getCurrentCommunity().communityId + "&communityName="+vc.getCurrentCommunity().name;
                 qrcode.makeCode(_url);
             },
             _downLoadQrCode:function(){