diff --git a/pages/myCar/carDetail.vue b/pages/myCar/carDetail.vue
index 5ffe17d..f821c6d 100644
--- a/pages/myCar/carDetail.vue
+++ b/pages/myCar/carDetail.vue
@@ -1,186 +1,419 @@
-
-
-
-
-
- 车辆照片
-
-
-
- 车牌号
- 鲁A 781NB
-
-
- 车辆持有人
- 魏书豪
-
-
- 持有人电话
- 15726576890
-
-
-
-
-
- 车辆年检时间
- 2024年
-
-
-
-
-
- 车辆保险时间
- 2024年
-
-
-
-
-
-
-
+
+
+
+
+
+ 车牌号
+
+
+
+ 品牌
+
+ {{ brandNamesComputed[brandIndex] }}
+
+
+
+ 型号
+
+
+
+ 车辆类别
+
+ {{ categoryNamesComputed[categoryIndex] }}
+
+
+
+ 车辆性质
+
+ {{ natureNamesComputed[natureIndex] }}
+
+
+
+ 注册日期
+
+
+ {{ car.carRegisterDate}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+ .footer {
+ background: #ffffff;
+ display: flex;
+ align-items: center;
+
+ .line {
+ width: 2rpx;
+ background-color: #dddddd;
+ }
+
+ .btnItem {
+ flex: 1;
+ width: 0;
+ padding: 34rpx 0;
+
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ font-size: 32rpx;
+
+ &.delete {
+ color: #f92c2c;
+ }
+
+ &.edit {
+ color: #0174f6;
+ }
+ }
+ }
+}
+
diff --git a/pages/myCar/myCar.vue b/pages/myCar/myCar.vue
index 7c7105a..7882622 100644
--- a/pages/myCar/myCar.vue
+++ b/pages/myCar/myCar.vue
@@ -1,118 +1,157 @@
-
-
-
-
-
-
-
-
-
- {{ item.carNum }}
- 车辆持有人:{{ item.name }}
- 持有人电话:{{ item.phone }}
-
-
-
-
-
-
-
- 添加车辆
-
-
+
+
+
+
+
+
+
+
+ {{ item.licenseNumber}}
+ 品牌:{{ item.brandName }}
+ 型号:{{ item.carModelInput }}
+
+
+
+
+
+
+
+ 添加车辆
+
+
\ No newline at end of file
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #0174f6;
+ }
+}
+