feat: update

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

View File

@ -15,7 +15,7 @@ const PREFIX = 'page-biz-service';
export default function BizService() {
const handleOpenService = useCallback(() => {
openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfc4fcf6b109b3771d7');
openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d')
}, []);
const handleSelectCity = useCallback(cityCode => {
const group = GROUPS.find(g => String(g.cityCode) === cityCode);
@ -28,7 +28,7 @@ export default function BizService() {
return (
<HomePage>
<div className={PREFIX}>
<Tabs className={`${PREFIX}__tabs`} defaultValue={1}>
<Tabs className={`${PREFIX}__tabs`} defaultValue={0}>
<Tabs.TabPane value={0} title="主播群">
<SearchCity onSelectCity={handleSelectCity} currentCity={getCurrentCityCode()} forGroup offset={72} />
</Tabs.TabPane>