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