修改多规格商品订单图片展示的是商品大图的bug
This commit is contained in:
parent
796d72727e
commit
29e8beb1ae
|
@ -50,7 +50,7 @@
|
||||||
<view v-if="val.product" class="goods acea-row row-between-wrapper">
|
<view v-if="val.product" class="goods acea-row row-between-wrapper">
|
||||||
<view class="picTxt acea-row row-between-wrapper">
|
<view class="picTxt acea-row row-between-wrapper">
|
||||||
<view class="pictrue">
|
<view class="pictrue">
|
||||||
<image :src="val.product.cart_info.product.image" />
|
<image :src="val.product.cart_info.productAttr.image||val.product.cart_info.product.image" />
|
||||||
</view>
|
</view>
|
||||||
<view class="text acea-row row-between row-column">
|
<view class="text acea-row row-between row-column">
|
||||||
<view class="info line1 refund-info">
|
<view class="info line1 refund-info">
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
<view class="acea-row row-between-wrapper">
|
<view class="acea-row row-between-wrapper">
|
||||||
<view class="picTxt acea-row row-between-wrapper">
|
<view class="picTxt acea-row row-between-wrapper">
|
||||||
<view class="pictrue">
|
<view class="pictrue">
|
||||||
<image :src="val.cart_info.product.image" />
|
<image :src="val.cart_info.productAttr.image||val.cart_info.product.image" />
|
||||||
</view>
|
</view>
|
||||||
<view class="text acea-row row-between row-column">
|
<view class="text acea-row row-between row-column">
|
||||||
<view class="info line2">
|
<view class="info line2">
|
||||||
|
|
Loading…
Reference in New Issue