切换视图时,无需更新页面和改变infiniteId

This commit is contained in:
haiyangcui
2020-11-21 22:16:06 +01:00
parent f92af48a4e
commit e032f86d3d

View File

@@ -611,9 +611,6 @@ export default {
if (this.$refs.filmWaterfall) {
this.$refs.filmWaterfall.refresh()
}
this.getPage().then(() => {
this.infiniteId += 1
})
}
}
},