优化:总平台商品在订单详情显示内容优化,不显示店铺信息

This commit is contained in:
wuhui_zzw 2024-04-11 17:02:01 +08:00
parent 67aaec3dc6
commit 4a654abb7a
1 changed files with 2 additions and 4 deletions

View File

@ -60,9 +60,7 @@
<view class='item' v-for="(item,index) in orderList" :key="index">
<view @click='goOrderDetails(item.group_order_id)'>
<view class='title acea-row row-between-wrapper'>
<view class="acea-row row-middle left-wrapper">
{{item.group_order_sn}}
</view>
<view class="acea-row row-middle left-wrapper">{{item.group_order_sn}}</view>
<view class='t-color'>{{ item.orderList[0].activity_type === 2 && item.orderList[0].orderProduct[0].cart_info.productPresell.presell_type ==2 ? "待付定金" : "待付款" }}</view>
</view>
<view v-for="(order,j) in item.orderList" :key="order.order_id+j">
@ -135,7 +133,7 @@
<view class='item' v-for="(item,index) in orderList" :key="index">
<view @click='goOrderDetails(item.order_id)'>
<view class='title acea-row row-between-wrapper'>
<view class="acea-row row-middle left-wrapper" @click.stop="goMall(item)">
<view class="acea-row row-middle left-wrapper" @click.stop="goMall(item)" v-if="item.mer_id > 0">
<text class="iconfont icon-shangjiadingdan"></text>
<view class="store-name">{{item.merchant.mer_name}}</view>
<text class="iconfont icon-xiangyou"></text>