浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
1e61850020
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/order/orderDetail.vue

+ 1 - 1
pages/order/orderDetail.vue

@@ -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">