Commit 0191fac5 authored by zhengke's avatar zhengke

修改

parent c1b5ef12
......@@ -16,7 +16,7 @@
>
<view class="good-list">
<view class="good-item" v-for="(x, i) in g" :key="i">
<image class="good-pic" :src="x.CoverImage" mode="aspectFit" />
<image class="good-pic" :src="x.CoverImage" mode="aspectFill" />
<view class="right-box">
<view class="good-info">
<view class="good-name">{{x.GoodsName}}</view>
......
......@@ -171,7 +171,7 @@
<view class="Order_placeTitle">商品信息</view>
<view class="orderCar">
<view class="order_carImg">
<image mode="aspectFit" :src="mchs[0].goods_list[0].cover_pic" />
<image mode="aspectFill" :src="mchs[0].goods_list[0].cover_pic" />
</image>
</view>
<view style="width:68%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment