panhui 3 years ago
parent
commit
357a43b89e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/Exchange.vue

+ 1 - 1
src/views/user/Exchange.vue

@@ -151,7 +151,7 @@ export default {
                 return {
                     query: {
                         fromUserId: this.$store.state.userInfo.id,
-                        operation: '转让'
+                        // operation: '转让,转赠'
                     }
                 };
             } else if (this.status == 'destory') {