This commit is contained in:
Gdpao
2020-09-20 18:19:35 +08:00
parent 0610a0b157
commit 841dc290b2
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@
<view class="name u-line-1">{{info.extend_order_goods[0].goods_name}}</view>
<view class="info">
<view class="num">{{info.count_number}}件商品</view>
<view class="price">实付<span>{{info.order_amount}}</span></view>
<view class="time">{{ info.payment_time.slice(5,16) }}</view>
<view class="price">{{ info.view_type==10 ? "待支付" : "实付" }}<span>{{info.order_amount}}</span></view>
<view class="time">{{ info.view_type==10 ? info.add_time.slice(5,16) : info.payment_time.slice(5,16) }}</view>
</view>
</view>
</view>