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)