Fxi:4311 【旅居商城小程序】订单列表页面未显示团购图片,价格等信息,此处UI跟商品订单一样就行
This commit is contained in:
@@ -87,6 +87,30 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view v-if="order.isTravelGroup === 1">
|
||||||
|
<view
|
||||||
|
class="item-info acea-row row-between row-top"
|
||||||
|
>
|
||||||
|
<view class="pictrue">
|
||||||
|
<image
|
||||||
|
:src="order.travelGroupOrderInfo.travelGroupProduct.mainImage"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
<view class="acea-row name-wrap">
|
||||||
|
<view class="name more-t v12-font-bold">{{ order.travelGroupOrderInfo.travelGroupProduct.name }}</view>
|
||||||
|
<view class="money">
|
||||||
|
<view>
|
||||||
|
<text class="v12-font-22">¥</text>
|
||||||
|
<text class="v12-font-28">{{ force2Decimal(order.travelGroupOrderInfo.travelGroupProduct.price) }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view v-else>
|
||||||
<view
|
<view
|
||||||
v-for="(cart,cartInfoIndex) in order.cartInfo"
|
v-for="(cart,cartInfoIndex) in order.cartInfo"
|
||||||
:key="cartInfoIndex"
|
:key="cartInfoIndex"
|
||||||
@@ -136,6 +160,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="totalPrice acea-row row-between row-middle">
|
<view class="totalPrice acea-row row-between row-middle">
|
||||||
<view v-if="order.createTime">
|
<view v-if="order.createTime">
|
||||||
<span class="orderTime v12-font-24 v12-dark1-text">{{ order.createTime }}</span>
|
<span class="orderTime v12-font-24 v12-dark1-text">{{ order.createTime }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user