This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
Reference in New Issue
Block a user