소스 검색

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

liujt 4 달 전
부모
커밋
ed9dd94fb9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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],