infiniteId会在classClick里更新

This commit is contained in:
haiyangcui
2020-11-21 18:52:33 +01:00
parent a5c8d20635
commit eff69db063

View File

@@ -425,7 +425,6 @@ export default {
this.classList = []
this.type = {}
this.getClass().then(res => {
this.infiniteId += 1
this.classClick(this.classList[0].name)
})
}