积分商城问题修复
This commit is contained in:
@@ -27,9 +27,13 @@
|
||||
<text class="color-666">消耗积分:</text>
|
||||
<text>{{item.spendPoints}}</text>
|
||||
</view>
|
||||
<view class="u-p-22" v-if="item.extraPaymentAmount">
|
||||
<text class="color-666">支付金额:</text>
|
||||
<text>{{item.extraPaymentAmount}}</text>
|
||||
</view>
|
||||
<view class="u-p-22">
|
||||
<text class="color-666">下单时间:</text>
|
||||
<text>{{item.checkoutTime}}</text>
|
||||
<text>{{item.createTime}}</text>
|
||||
</view>
|
||||
<view class="u-p-22">
|
||||
<text class="color-666">订单号:</text>
|
||||
|
||||
Reference in New Issue
Block a user