diff --git a/CHANGELOG.md b/CHANGELOG.md index 669e0b5..2d30621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-B.3](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-07-20) + + +### Bug Fixes + +* 🧩 停车优化 ([64c971d](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/64c971dca902d4dc393114d71513e81374fefa19)) + ## [1.0.0-B.2](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.0-B.1...v1.0.0-B.2) (2023-07-19) diff --git a/package-lock.json b/package-lock.json index 955fa80..50b4ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.2", + "version": "1.0.0-B.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue_cli_ts", - "version": "1.0.0-B.2", + "version": "1.0.0-B.3", "dependencies": { "@better-scroll/core": "^2.5.0", "@better-scroll/observe-image": "^2.5.0", diff --git a/package.json b/package.json index 2ddd5f9..38cd536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.2", + "version": "1.0.0-B.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/CarInfo/CarInfo.vue b/src/components/CarInfo/CarInfo.vue index 8520198..eec6821 100644 --- a/src/components/CarInfo/CarInfo.vue +++ b/src/components/CarInfo/CarInfo.vue @@ -9,15 +9,15 @@
车牌号
-
{{ carInfo.carCode }}浙B88888
+
{{ carInfo.plateNo }}
车位号
-
{{ carInfo.spaceNo }}S-B1-001-102区
+
{{ carInfo.spaceNo }}
停车时长
-
{{ carInfo.parkingTime }}1小时30分钟
+
{{ carInfo.parkTime }}
@@ -128,12 +128,12 @@ function go() { } } .car { - flex-wrap: wrap; position: absolute; - bottom: 102px; + bottom: 0; left: 368px; } .car-group { + margin-bottom: 32px; .tip { padding-bottom: 16px; font-size: 20px;