wuhongyu il y a 5 ans
Parent
commit
0a72f57c3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
       }