Browse Source

失效时间

shish 4 years ago
parent
commit
74a5aafba1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ghsApp/src/admin/clear/customInfo.vue

+ 4 - 0
ghsApp/src/admin/clear/customInfo.vue

@@ -9,6 +9,10 @@
 					<view>订单日期:</view>
 					<view>订单日期:</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
 				</view>
 				</view>
+				<view class="order-info_box">
+					<view>过期时间:</view>
+					<view>{{ detailInfo.addTime ? detailInfo.deadline.substr(5,11) : '' }}</view>
+				</view>
 				<view class="order-info_box">
 				<view class="order-info_box">
 					<view>订单编码:</view>
 					<view>订单编码:</view>
 					<view>{{ detailInfo.orderSn }}</view>
 					<view>{{ detailInfo.orderSn }}</view>