Explorar el Código

fix: 在订单页面加载时添加遮罩层防止重复操作

liujt hace 4 meses
padre
commit
ed9dd94fb9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pages/maintenance/order/order.vue

+ 2 - 1
pages/maintenance/order/order.vue

@@ -187,7 +187,8 @@
 					return
 				}
 				uni.showLoading({
-					title: '加载中'
+					title: '加载中',
+					mask: true
 				})
 				let params = {
 					orderStatus: [this.tabList[this.pickTabIndex].value],