|
|
@@ -26,9 +26,12 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 暂无数据 --> |
|
|
|
<view class="tips"> |
|
|
|
~暂无数据了,请添加!~ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- <view class="item-row"> |
|
|
|
<view class="item-left"> |
|
|
@@ -176,8 +179,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
// 编辑 |
|
|
|
const edit=(item) => { |
|
|
|
let data=JSON.stringify(item) |
|
|
|
const edit = (item) => { |
|
|
|
let data = JSON.stringify(item) |
|
|
|
navTo(`/personal-center/setting/car-information/car-change?data=${data}`) |
|
|
|
} |
|
|
|
|
|
|
@@ -241,6 +244,12 @@ |
|
|
|
overflow: auto; |
|
|
|
height: calc(100vh - 90rpx); |
|
|
|
|
|
|
|
.tips { |
|
|
|
text-align: center; |
|
|
|
font-size: 28rpx; |
|
|
|
margin-top: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.item-row { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |