kun 191114 20:00

This commit is contained in:
沈学坤
2019-11-14 19:58:50 +08:00
parent 8cbcf5304a
commit 02a5fa0d71
14 changed files with 218 additions and 233 deletions

View File

@@ -287,7 +287,6 @@ export default {
}
_this.page++
})
// eslint-disable-next-line handle-callback-err
.catch(err => {
console.log(err)
})
@@ -321,7 +320,6 @@ export default {
_this.types = res.data.data.type
_this.years = res.data.data.year
})
// eslint-disable-next-line handle-callback-err
.catch(err => {
console.log(err)
})