From e12b33379eccfeead532f677a99c7f9e41e34a0d Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 28 Apr 2025 16:13:33 +0800
Subject: [PATCH] refactor(mall): 重构活动订单核销接口并添加取消订单功能

---
 src/main/resources/templates/febs/views/modules/votesActivity/orderList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
index 9ee9242..b40c268 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -218,7 +218,7 @@
                         dataType: 'json',
                         headers: { 'Content-Type': 'application/json;charset=utf-8' },
                         traditional: true,
-                        data: JSON.stringify('{ids:'+ids+'}'), // 确保传递的是 JSON 格式
+                        data: JSON.stringify(ids), // 确保传递的是 JSON 格式
                         success: function (response) {
                             if (response.code === 200) {
                                 successCallback(response);

--
Gitblit v1.9.1