feat: update

This commit is contained in:
eleanor.mao 2025-05-20 23:22:35 +08:00
parent c92ad08148
commit 8ebd3363b8

View File

@ -15,7 +15,7 @@ const PREFIX = 'page-biz-service';
export default function BizService() { export default function BizService() {
const handleOpenService = useCallback(() => { const handleOpenService = useCallback(() => {
openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d') openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d');
}, []); }, []);
const handleSelectCity = useCallback(cityCode => { const handleSelectCity = useCallback(cityCode => {
const group = GROUPS.find(g => String(g.cityCode) === cityCode); const group = GROUPS.find(g => String(g.cityCode) === cityCode);