lsx 2 жил өмнө
parent
commit
d4918a9888

+ 2 - 2
src/pages/activity/index.vue

@@ -136,10 +136,10 @@
 			changeTab(e) {
 				if (e.index == 0) {
 					this.triggerStatus = 0
-					thsi.status = 'nomore'
+					this.status = 'nomore'
 				} else if (e.index == 1) {
 					this.triggerStatus = 1
-					thsi.status = 'nomore'
+					this.status = 'nomore'
 				}
 				this.pageList()
 			},