1004749546@qq.com 4 years ago
parent
commit
d46477d004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/order/hisOrderDetail.vue

+ 1 - 1
pages/order/hisOrderDetail.vue

@@ -58,7 +58,7 @@
 				</view>
 				<view v-if="orderInfo.orderStatus=='CANCEL'" class="item flex justify_between">
 					<text>取消原因</text>
-					<text>{{orderInfo.cancelReason || '--'}}</text>
+					<text>{{orderInfo.cancelReasonDictValue || '--'}}</text>
 				</view>
 			</view>
 			<!-- 回收品类明细 -->