1
0
forked from dyf/APP

图片调整路径

This commit is contained in:
fengerli
2025-08-01 14:53:20 +08:00
parent 766c72941e
commit 4d52f5d42a
100 changed files with 134 additions and 101 deletions

View File

@ -4,7 +4,7 @@
<view class="vehicle-list" v-if="vehicles.length>0">
<view v-for="(item, index) in vehicles" :key="index">
<view class="vehicle-item" @click="alltypeInfo(item)">
<image src="/static/images/bip.6.png" mode="" class="IMG"></image>
<image src="/static/images/common/bip.6.png" mode="" class="IMG"></image>
</view>
<view class="plate-number">{{ item.typeName }}</view>
</view>