优化:总平台商品在订单详情显示内容优化,不显示店铺信息
This commit is contained in:
parent
ad021f07ff
commit
67aaec3dc6
|
|
@ -53,7 +53,8 @@
|
|||
</view>
|
||||
<!-- 店铺商品列表 -->
|
||||
<view class="order-wrapper" v-for="(item,index) in orderInfo.orderList" :key="index">
|
||||
<view class="title" @click="goStore(item)">{{item.merchant.mer_name}}<text class="iconfont icon-xiangyou"></text>
|
||||
<view v-if="item.mer_id > 0" class="title" @click="goStore(item)">
|
||||
{{item.merchant.mer_name}}<text class="iconfont icon-xiangyou"></text>
|
||||
</view>
|
||||
<view class="goods-box">
|
||||
<view v-for="(goods,j) in item.orderProduct" :key="goods.order_product_id" @click="goProduct(goods)">
|
||||
|
|
|
|||
Loading…
Reference in New Issue