From 4f02cec568030034648c0e3a920c347bad766464 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Mon, 13 Feb 2023 11:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E4=BF=AE=E5=A4=8D=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=81=B6=E5=B0=94=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E7=9A=84=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/submitOrder/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/submitOrder/index.tsx b/src/pages/submitOrder/index.tsx index 0cf63ed..f383596 100644 --- a/src/pages/submitOrder/index.tsx +++ b/src/pages/submitOrder/index.tsx @@ -165,7 +165,7 @@ const SubmitOrder = () => { const list: any[] = [] arr?.forEach((item) => { list.push({ - shopping_cart_product_color_id: item, + shopping_cart_product_color_id: parseInt(item), sale_price: 0, }) })