This commit is contained in:
18631081161 2025-04-04 14:57:27 +08:00
parent b5f2d72f70
commit 031ddf3975
2 changed files with 510 additions and 474 deletions

File diff suppressed because it is too large Load Diff

View File

@ -70,17 +70,6 @@
tabChange(i) {
this.tabCur = i
switch (i) {
case 0:
this.subTabChange(this.subTabCur)
break
default:
this.listData = []
this.mescroll.resetUpScroll()
this.mescroll.scrollTo(0, 0)
break
}
},
}
}