diff --git a/src/pages/user-batch-publish/index.tsx b/src/pages/user-batch-publish/index.tsx index 911e7b9..0c56a2d 100644 --- a/src/pages/user-batch-publish/index.tsx +++ b/src/pages/user-batch-publish/index.tsx @@ -15,7 +15,7 @@ const PREFIX = 'page-biz-service'; export default function BizService() { const handleOpenService = useCallback(() => { - openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d') + openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d'); }, []); const handleSelectCity = useCallback(cityCode => { const group = GROUPS.find(g => String(g.cityCode) === cityCode);