diff --git a/api/multipleShop.js b/api/multipleShop.js index 7a4a0d3..18222be 100644 --- a/api/multipleShop.js +++ b/api/multipleShop.js @@ -2,4 +2,9 @@ import request from '@/utils/request'; export const shopListApi = (data) => { return request.get('/store/store/lists', data); +} + +// 店铺详情 +export const shopDetailApi = (data) => { + return request.get('/store/store/detail', data); } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index beb97cc..9ad8bc1 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -164,12 +164,14 @@ \ No newline at end of file