From c85cb68f7a3cb40ed05dedde4ee717bfff993476 Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Thu, 13 Jun 2024 18:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/multipleShop.js | 5 + pages/index/index.vue | 65 ++- pages/login/login.vue | 42 +- pagesOrder/settle/settle.vue | 811 ++++++++++++++++++----------------- 4 files changed, 490 insertions(+), 433 deletions(-) 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