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({