mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
fix-tranaction-api-result
This commit is contained in:
parent
4ed7a63e24
commit
b48b6f2555
@ -54,12 +54,11 @@ export default {
|
||||
},
|
||||
|
||||
async created() {
|
||||
|
||||
const result = await communityAPI.transactions(this.$store.state.session_id)
|
||||
|
||||
if( result.success ){
|
||||
this.$store.state.user.balance_gdt = result.result.data.gdtSum
|
||||
this.items = result.result.data.transactions
|
||||
this.items = result.result.data.transactions
|
||||
this.count = result.result.data.count
|
||||
} else {
|
||||
console.log('error',result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user