coins for bot view
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-03 20:43:54 +01:00
parent 3dd7aea121
commit 051d407f0f
4 changed files with 37 additions and 5 deletions

View File

@@ -80,6 +80,10 @@ export default {
headers: { 'x-api-key': 'PMl`&xWpZ1vE)M]G;{8qIXx4k!ce|n' }
}).then((result) => {
this.coins = result
this.$store.dispatch('settings/changeSetting', {
key: 'currentCoins',
value: result
})
}).catch((err) => {
console.log('ThaErr', err)
})