|
@@ -35,7 +35,7 @@
|
|
{{orderInfo.orderCoupons[0].couponTitle}}
|
|
{{orderInfo.orderCoupons[0].couponTitle}}
|
|
</u-cell-item>
|
|
</u-cell-item>
|
|
<u-cell-item title="实付金额" :arrow="false">
|
|
<u-cell-item title="实付金额" :arrow="false">
|
|
- <text class="order-price">¥{{orderInfo.payStatus=='paid' ? orderInfo.paymentAmount : 0}}</text>
|
|
|
|
|
|
+ <text class="order-price">¥{{orderInfo.payStatus=='PAID' ? orderInfo.paymentAmount : 0}}</text>
|
|
</u-cell-item>
|
|
</u-cell-item>
|
|
</u-cell-group>
|
|
</u-cell-group>
|
|
<view class="order-photo">
|
|
<view class="order-photo">
|