|
@@ -222,7 +222,7 @@
|
|
|
// 查询店铺信息
|
|
|
const res = await that.$api(`/shop/${that.id}`, 'GET');
|
|
|
if (res.errcode == '0') that.$set(that, `info`, res.data);
|
|
|
- let arr = await that.$api(`/storeGoods/check`, `GET`, {
|
|
|
+ let arr = await that.$api(`/storeShop/check`, `GET`, {
|
|
|
customer: that.user._id,
|
|
|
shop: that.id
|
|
|
});
|