Browse Source

代码调整

lsx 2 years ago
parent
commit
d4918a9888
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/activity/index.vue

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

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