updated contributors

This commit is contained in:
marvzhang
2020-03-19 11:13:25 +08:00
parent a88e90e025
commit e3a059eb7c
22 changed files with 211 additions and 31 deletions

View File

@@ -77,6 +77,7 @@ export default {
},
methods: {
async getData () {
await this.$request.post('/challenges-check')
const res = await this.$request.get('/challenges')
this.challenges = res.data.data || []
}