@@ -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
}
this.pageList()
},