fix-tranaction-api-result

This commit is contained in:
ogerly 2021-03-24 14:37:32 +01:00 committed by Ulf Gebhardt
parent 4ed7a63e24
commit b48b6f2555
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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)