|
@@ -33,9 +33,9 @@
|
|
|
<view class="goods-box-single" v-for="(goodsItem, goodsIndex) in item.cartInfo" :key="goodsIndex">
|
|
<view class="goods-box-single" v-for="(goodsItem, goodsIndex) in item.cartInfo" :key="goodsIndex">
|
|
|
<image class="goods-img" :src="goodsItem.productInfo.image" mode="scaleToFill"></image>
|
|
<image class="goods-img" :src="goodsItem.productInfo.image" mode="scaleToFill"></image>
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <view class="flex-start">
|
|
|
|
|
|
|
+ <view class="flex-start" style="justify-content: space-between;">
|
|
|
<text class="title clamp">{{ goodsItem.productInfo.store_name }}</text>
|
|
<text class="title clamp">{{ goodsItem.productInfo.store_name }}</text>
|
|
|
- <text class="price">{{ moneyNum(goodsItem.productInfo.price) }}</text>
|
|
|
|
|
|
|
+ <text class="price">{{ moneyNum(goodsItem.truePrice) }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row flex">
|
|
<view class="row flex">
|
|
|
<text class="row_title">{{ goodsItem.productInfo.attrInfo ? goodsItem.productInfo.attrInfo.suk : '' }}</text>
|
|
<text class="row_title">{{ goodsItem.productInfo.attrInfo ? goodsItem.productInfo.attrInfo.suk : '' }}</text>
|