完善功能
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
<template>
|
||||
<view class="wrap" :data-theme='theme()' :class="theme() || ''" v-if="!loading">
|
||||
<!--tab-->
|
||||
<view class="top-tabbar" v-if="OrderData.delivery != 30">
|
||||
<!-- <view class="top-tabbar" v-if="OrderData.delivery != 30">
|
||||
<block v-if="hasType(10)">
|
||||
<view :class="tab_type == 0 ? 'tab-item active' : 'tab-item'" @click="tabFunc(0)">快递配送</view>
|
||||
</block>
|
||||
<block v-if="hasType(20)">
|
||||
<view :class="tab_type == 1 ? 'tab-item active' : 'tab-item'" @click="tabFunc(1)">上门自提</view>
|
||||
</block>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="p-0-23">
|
||||
<Myinfo :dis="options.order_type == 'retainage'" v-if="tab_type == 0 && OrderData.delivery != 30"
|
||||
:Address="Address" :exist_address="exist_address">
|
||||
@ -96,7 +96,7 @@
|
||||
<text class="f24">¥{{ OrderData.express_price }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" v-if="OrderData.is_coupon">
|
||||
<!-- <view class="item" v-if="OrderData.is_coupon">
|
||||
<text class="key">优惠券:</text>
|
||||
<block v-if="coupon_num > 0">
|
||||
<view class="f24 theme-price" v-if="OrderData.coupon_id > 0"
|
||||
@ -106,7 +106,7 @@
|
||||
</view>
|
||||
</block>
|
||||
<text v-else class="f24 gray9">无优惠券可用</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item" v-if="OrderData.product_reduce_money > 0">
|
||||
<text class="key">商品立减:</text>
|
||||
<view>
|
||||
|
||||
Reference in New Issue
Block a user