YY %!s(int64=2) %!d(string=hai) anos
pai
achega
03dbfc701f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 					});