Compare commits

..

2 Commits

Author SHA1 Message Date
Vinjor
f5bd51ea9b Merge branch 'master' of http://122.51.230.86:3000/sunliwei/lanan-repair
# Conflicts:
#	pages/myCar/myCar.vue
2024-09-25 20:20:48 +08:00
Vinjor
087e7394ce 图片 2024-09-25 20:17:06 +08:00
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<VNavigationBar leftTitle="true" backgroundColor="transparent" title="车辆检测维修"></VNavigationBar>
<view class="body">
<view class="body-top-banner">
<image class="banner" src="" mode="aspectFit" />
<image class="banner" src="@/static/images/banner.jpg" mode="aspectFit" />
</view>
<view class="menus">
<view @click="gotoPage(menu)" v-for="(menu, index) in menus" :key="index" class="menu-item">

View File

@ -10,7 +10,7 @@
</template>
</VNavigationBar>
</view>
<image class="shopImg" src="" mode="aspectFill"></image>
<image class="shopImg" src="@/static/images/outImage.jpg" mode="aspectFill"></image>
</view>
<view class="shopBody">
<view class="shopDetail">

BIN
static/images/banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB