This commit is contained in:
weipengfei 2023-12-15 19:35:38 +08:00
parent e66db9a9ec
commit cdc3efb281
3 changed files with 5 additions and 5 deletions

View File

@ -239,7 +239,7 @@
user: {}
},
logistics: [],
delivery_type: 1,
delivery_type: 2,
delivery_name: "",
to_phone: '', //
to_name: '', //

View File

@ -80,13 +80,13 @@
</view>
<view class="item acea-row row-between">
<view>支付状态</view>
<view class="conter">
<!-- <view class="conter">
{{ orderInfo.paid == 1 ? "已支付" : "未支付" }}
</view>
</view> -->
</view>
<view class="item acea-row row-between">
<view>支付方式</view>
<view class="conter">{{ orderInfo.pay_type == 0 ? "余额支付" : (orderInfo.pay_type == 1 || orderInfo.pay_type == 2 || orderInfo.pay_type == 3) ? "微信支付" : "先货后款" }}</view>
<!-- <view class="conter">{{ orderInfo.pay_type == 0 ? "余额支付" : (orderInfo.pay_type == 1 || orderInfo.pay_type == 2 || orderInfo.pay_type == 3) ? "微信支付" : "先货后款" }}</view> -->
</view>
<view class="item acea-row row-between">
<view>买家留言</view>

View File

@ -241,7 +241,7 @@
</view>
<view class='item acea-row row-between' v-if="orderInfo.pay_time">
<view>支付时间</view>
<view class='conter'>{{orderInfo.pay_time}}</view>
<!-- <view class='conter'>{{orderInfo.pay_time}}</view> -->
</view>
<view class='item acea-row row-between'>
<view>商品总额</view>