From d37b82698f5977de595123fa893dbfa0d5ceefd1 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Fri, 13 Jan 2023 19:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001109=20=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E9=85=8D=E5=A5=97=E8=9E=BA=E7=BA=B9=E6=B2=A1=E6=98=BE?= =?UTF-8?q?=E7=A4=BA):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/components/orderCount/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/details/components/orderCount/index.tsx b/src/pages/details/components/orderCount/index.tsx index c2100be..97beefc 100644 --- a/src/pages/details/components/orderCount/index.tsx +++ b/src/pages/details/components/orderCount/index.tsx @@ -179,6 +179,7 @@ const OrderCount = ({ show = false, onClose, title = '', productId = 0, is_first const state = await addFetchData({ sale_mode: selectIndex, color_list: selectCount.color_list, + is_screw_recommend: recommendStatus, }) if (state.success) { Taro.showToast({