@@ -134,7 +134,8 @@ export default {
page: this.page,
size: 20,
query: {
- userId: this.$store.state.userInfo.id
+ userId: this.$store.state.userInfo.id,
+ status: 'NORMAL,TRADING,GIFTING'
},
sort: 'createdAt,desc'
};