From 86f776c4498ba755e85ce7f2d21e67b7d27e2f18 Mon Sep 17 00:00:00 2001 From: cc_zbp <487602586@qq.com> Date: Fri, 19 May 2023 18:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/product.js | 5 ++++ pages.json | 7 ++++++ pages/nongKe/gather/select_warehouse.vue | 24 ++++++++++--------- pages/product/addGoods/index.vue | 5 ++-- .../components/store_classification.vue | 3 +-- 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/api/product.js b/api/product.js index 675d319..b820836 100644 --- a/api/product.js +++ b/api/product.js @@ -9,6 +9,11 @@ // +---------------------------------------------------------------------- import request from "@/utils/request.js"; +/** + * 获取商品详情 + */ +export const getProductDetailsAPI = (data) => request.get('micro/product_details', data) + /** * 获取商户基本信息 http://127.0.0.1:8324/api/store/merchant/info?id=4 */ diff --git a/pages.json b/pages.json index feea07f..658635b 100644 --- a/pages.json +++ b/pages.json @@ -905,6 +905,13 @@ "navigationBarTitleText": "商户基本设置", "enablePullDownRefresh": false } + }, { + "path": "addGoods/addMyStore", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ] }, diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 356a402..65e822a 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -9,7 +9,7 @@ - + @@ -17,6 +17,7 @@ {{item.store_name}} + 加入仓库 @@ -61,6 +62,7 @@