Compare commits

..

No commits in common. "f5bd51ea9b564be5bd07b7433c9186526b729066" and "f4d0b8fb3bb90dd7dad2c88165cd380f140aacbc" have entirely different histories.

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="@/static/images/banner.jpg" mode="aspectFit" />
<image class="banner" src="" 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="@/static/images/outImage.jpg" mode="aspectFill"></image>
<image class="shopImg" src="" mode="aspectFill"></image>
</view>
<view class="shopBody">
<view class="shopDetail">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB