优化:总平台商品在订单详情显示内容优化,不显示店铺信息
This commit is contained in:
parent
ad021f07ff
commit
67aaec3dc6
|
|
@ -11,7 +11,7 @@
|
|||
<view class='state'>请在{{orderInfo.cancel_time}}前完成支付!</view>
|
||||
<view>{{orderInfo.add_time_y}}<text class='time'>{{orderInfo.create_time}}</text></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class='nav'>
|
||||
<view class='navCon acea-row row-between-wrapper'>
|
||||
<view class="on">待付款</view>
|
||||
|
|
@ -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)">
|
||||
|
|
@ -169,7 +170,7 @@
|
|||
</view>
|
||||
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
|
||||
<payment :payMode='payMode' :pay_close="pay_close" @onChangeFun='onChangeFun' :order_id="pay_order_id" :totalPrice='totalPrice'></payment>
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<style scoped lang="scss">
|
||||
|
|
@ -576,7 +577,7 @@
|
|||
color: #868686;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.event_name{
|
||||
display: inline-block;
|
||||
margin-right: 9rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue