From 96aeb2a232d85306ced2061f024a2ff491a92ff7 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 25 七月 2024 17:47:12 +0800 Subject: [PATCH] fix bug --- sub_pages/customer/trade/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 1af11b2..fa24afc 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -303,7 +303,7 @@ return } this.$message.showLoading() - const {code} = await http.request('post', '/api/api/customer/flower/cart/change-num', { + const {code} = await http.request('post', '/api/customer/flower/cart/change-num', { data: { id: item.id, num: addnum -- Gitblit v1.9.3