Commit a1322233 authored by youjie's avatar youjie

no message

parent ee83299f
......@@ -119,7 +119,7 @@
<view>下单时间:{{ item.createTime }}</view>
<view style="margin-top: 22rpx">订单总额:¥{{ item.totalPrice }},
<text v-if="item.discountMoney&&item.discountMoney>0" style="margin-left: 15px;">优惠金额:¥<text style="color:indianred">{{item.discountMoney}}</text></text>
<text v-if="item.customerPayMoney>0" style="margin-left: 15px;">已付款金额:¥<text style="color:indianred">{{item.customerPayMoney?item.customerPayMoney:0}}</text></text>
<text style="margin-left: 15px;">已付款金额:¥<text style="color:indianred">{{item.income?item.income:0}}</text></text>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment