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);
       }