From aac93520c7775ca27cfceb2d0e47d4bbe6d67bc5 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Fri, 13 Jan 2023 14:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E4=BF=AE=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E7=B1=BB=E5=9E=8B):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/components/orderCount/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/components/orderCount/index.tsx b/src/pages/details/components/orderCount/index.tsx index a802ec5..c2100be 100644 --- a/src/pages/details/components/orderCount/index.tsx +++ b/src/pages/details/components/orderCount/index.tsx @@ -29,7 +29,7 @@ interface param { productId?: number is_first_login?: boolean // 是否首次进来需要展示引导 recommendStatus?: boolean - recom_title?: '' + recom_title?: string } const OrderCount = ({ show = false, onClose, title = '', productId = 0, is_first_login = true, recommendStatus = false, recom_title = '' }: param) => { const { adminUserInfo } = useSelector(state => state.userInfo)