浏览代码

代码调整

lsx 2 年之前
父节点
当前提交
d4918a9888
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/activity/index.vue

+ 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()
 			},