Explorar o código

Merge branch 'dev' into 'test'

代码调整

See merge request quanshu/mp-ui-user!74
世轩 %!s(int64=2) %!d(string=hai) anos
pai
achega
dda3bc2020
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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()
 			},