图片
This commit is contained in:
parent
0611548eae
commit
087e7394ce
@ -3,7 +3,7 @@
|
|||||||
<VNavigationBar leftTitle="true" backgroundColor="transparent" title="车辆检测维修"></VNavigationBar>
|
<VNavigationBar leftTitle="true" backgroundColor="transparent" title="车辆检测维修"></VNavigationBar>
|
||||||
<view class="body">
|
<view class="body">
|
||||||
<view class="body-top-banner">
|
<view class="body-top-banner">
|
||||||
<image class="banner" src="" mode="aspectFit" />
|
<image class="banner" src="@/static/images/banner.jpg" mode="aspectFit" />
|
||||||
</view>
|
</view>
|
||||||
<view class="menus">
|
<view class="menus">
|
||||||
<view @click="gotoPage(menu)" v-for="(menu, index) in menus" :key="index" class="menu-item">
|
<view @click="gotoPage(menu)" v-for="(menu, index) in menus" :key="index" class="menu-item">
|
||||||
|
@ -119,7 +119,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.carImage {
|
.carImage {
|
||||||
background-color: #eee;
|
|
||||||
width: 240rpx;
|
width: 240rpx;
|
||||||
height: 150rpx;
|
height: 150rpx;
|
||||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</VNavigationBar>
|
</VNavigationBar>
|
||||||
</view>
|
</view>
|
||||||
<image class="shopImg" src="" mode="aspectFill"></image>
|
<image class="shopImg" src="@/static/images/outImage.jpg" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="shopBody">
|
<view class="shopBody">
|
||||||
<view class="shopDetail">
|
<view class="shopDetail">
|
||||||
|
BIN
static/images/banner.jpg
Normal file
BIN
static/images/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Loading…
Reference in New Issue
Block a user