From 59562f0bd5f40061eae5184d9a60af89e3a86281 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Fri, 22 Sep 2023 14:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E9=A9=BB=E6=B5=81=E7=A8=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/product.js | 8 +---- pages/moreProject/moreProject.vue | 39 +++++++++++++----------- pages/nongKe/cloud_entrepot/index.vue | 34 ++++++++++++--------- pages/nongKe/food/index.vue | 4 +-- pages/nongKe/specialty/index.vue | 4 +-- pages/nongKe/supply_chain/supplier.vue | 2 +- pages/nongKe/supply_chain/supplierA.vue | 2 +- pages/nongKe/tourism/index.vue | 4 +-- pages/product/list/index.vue | 12 ++++---- static/images/LHYC/DWB1.png | Bin 0 -> 3007 bytes static/images/LHYC/K.png | Bin 0 -> 65771 bytes static/images/LHYC/QB1.png | Bin 0 -> 2223 bytes 12 files changed, 57 insertions(+), 52 deletions(-) create mode 100644 static/images/LHYC/DWB1.png create mode 100644 static/images/LHYC/K.png create mode 100644 static/images/LHYC/QB1.png diff --git a/api/product.js b/api/product.js index bf8741f..bd8caa4 100644 --- a/api/product.js +++ b/api/product.js @@ -308,16 +308,10 @@ export function business(data) { noAuth: true }); } -/* - 商品 -- 获取交易申请记录 -*/ -export function intention(data) { - return request.get(`intention/lst`, data); -} /* 商品 -- 同意提交申请 */ export function intentionbus(data) { - return request.post(`intention/settlement`, data); + return request.post(`intention/business`, data); } \ No newline at end of file diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index 5023a73..d4fc247 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -1,7 +1,7 @@