From 7b57af13c99bfdc61ff883067deddfed746f1118 Mon Sep 17 00:00:00 2001 From: gukai <1522776404@qq.com> Date: Tue, 4 Mar 2025 09:34:48 +0800 Subject: [PATCH] 1 --- api/modules/common.js | 16 + pages/takeaway/compontents/page-sku.vue | 13 +- pages/takeaway/index - 副本 (2).vue | 792 ++++++++++++++++++++ pages/takeaway/index - 副本.vue | 777 +++++++++++++++++++ pages/takeaway/index.vue | 562 +++++++++----- pages/takeaway/orderAndSettlement/index.vue | 9 +- static/image/bixuan.png | Bin 0 -> 2604 bytes 7 files changed, 1968 insertions(+), 201 deletions(-) create mode 100644 pages/takeaway/index - 副本 (2).vue create mode 100644 pages/takeaway/index - 副本.vue create mode 100644 static/image/bixuan.png diff --git a/api/modules/common.js b/api/modules/common.js index d4e743e..5f12d44 100644 --- a/api/modules/common.js +++ b/api/modules/common.js @@ -206,6 +206,14 @@ export default { needLogin: true, }); }, + getFootCatAll(data) { + return request({ + url: "/common/getFootCatAll", + method: "GET", + data, + needLogin: true, + }); + }, getFootGoods(data) { return request({ url: "/common/getFootGoods", @@ -262,4 +270,12 @@ export default { needLogin: true, }); }, + getRen(data = {}) { + return request({ + url: "/common/getRen", + method: "POST", + data, + needLogin: true, + }); + }, }; \ No newline at end of file diff --git a/pages/takeaway/compontents/page-sku.vue b/pages/takeaway/compontents/page-sku.vue index b509d61..33b28f7 100644 --- a/pages/takeaway/compontents/page-sku.vue +++ b/pages/takeaway/compontents/page-sku.vue @@ -1,5 +1,6 @@