|
@@ -226,12 +226,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
handleCurrentChange(pageNumber) {
|
|
handleCurrentChange(pageNumber) {
|
|
|
this.currentPage = pageNumber
|
|
this.currentPage = pageNumber
|
|
|
- if (this.activeName === 'video') {
|
|
|
|
|
- this.userVideoListWrapper(this.currentPage, this.userId)
|
|
|
|
|
- } else if (this.activeName === 'status') {
|
|
|
|
|
- this.userStatusListWrapper(this.currentPage, this.userId)
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+ this.getData()
|
|
|
// 回到顶部
|
|
// 回到顶部
|
|
|
scrollTo(0, 0)
|
|
scrollTo(0, 0)
|
|
|
},
|
|
},
|