Преглед изворни кода

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

zs пре 2 година
родитељ
комит
07a4632636
1 измењених фајлова са 1 додато и 1 уклоњено
  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');
 					const res = await that.$api(`/shop/${that.id}`, 'GET');
 					if (res.errcode == '0') that.$set(that, `info`, res.data);
 					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,
 						customer: that.user._id,
 						shop: that.id
 						shop: that.id
 					});
 					});