Explorar el Código

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

zhanghui hace 2 años
padre
commit
5f026ce269
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>