wuhongyu 5 년 전
부모
커밋
0a72f57c3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
       }