feat: update
This commit is contained in:
parent
c92ad08148
commit
8ebd3363b8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user