Browse Source

导航栏错位问题

xiaoxin 3 years ago
parent
commit
ca5d26e1e7
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pagesClockIn/stat/stat.vue

+ 4 - 2
pagesClockIn/stat/stat.vue

@@ -296,7 +296,9 @@
 			if (this.current == 0) {
 			if (this.current == 0) {
 				if (this.errList.length < this.total) {
 				if (this.errList.length < this.total) {
 					this.page++
 					this.page++
-					this.getErrList()
+					setTimeout(() => {
+						this.getErrList()
+					}, 500)
 				} else {
 				} else {
 					uni.showToast({
 					uni.showToast({
 						title: "没有更多数据了",
 						title: "没有更多数据了",
@@ -974,4 +976,4 @@
 	::v-deep .uni-calendar-item--checked {
 	::v-deep .uni-calendar-item--checked {
 		border-radius: 50rpx;
 		border-radius: 50rpx;
 	}
 	}
-</style>
+</style>