wuhongyu %!s(int64=5) %!d(string=hai) anos
pai
achega
0a72f57c3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/hall/liveApply.vue

+ 1 - 1
src/views/hall/liveApply.vue

@@ -136,7 +136,7 @@ export default {
       return index;
     },
     async searchInfo() {
-      let res = await this.mapProductQuery({});
+      let res = await this.mapProductQuery({ userid: this.user.uid });
       if (res.errcode === 0) {
         this.$set(this, `goodsLists`, res.data);
       }