From 98f912f1139fd910cee1bca3ebeb8f20926b6bad Mon Sep 17 00:00:00 2001 From: puhui999 Date: Fri, 4 Oct 2024 13:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E=EF=BC=9A=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E8=AE=A2=E5=8D=95=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/api/trade/order.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sheep/api/trade/order.js b/sheep/api/trade/order.js index df77aec2..4091c0dc 100644 --- a/sheep/api/trade/order.js +++ b/sheep/api/trade/order.js @@ -32,6 +32,9 @@ const OrderApi = { if (!(data.seckillActivityId > 0)) { delete data2.seckillActivityId; } + if (!(data.pointActivityId > 0)) { + delete data2.pointActivityId; + } // 解决 SpringMVC 接受 List 参数的问题 delete data2.items; for (let i = 0; i < data.items.length; i++) {