panhui 4 жил өмнө
parent
commit
a5ef00c6db

+ 2 - 1
src/main/nine-space/src/views/Store.vue

@@ -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'
             };