Przeglądaj źródła

fix:显示等待的最小时间和最大时间

zhanghui 2 lat temu
rodzic
commit
5f026ce269
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/order/index.vue

+ 1 - 1
pages/order/index.vue

@@ -42,7 +42,7 @@
 				</view>
 
 				<view class="text">
-					<text>随时关注小程序的排队进程,过号作废</text>
+					<text>预计等待时间{{orderNumberData.minWaitTime }}到{{orderNumberData.maxWaitTime }}分钟</text>
 				</view>
 
 			</view>