YY 2 years ago
parent
commit
03dbfc701f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesHome/shop/index.vue

+ 1 - 1
pagesHome/shop/index.vue

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