feat(3.8): 进群
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '进通告群',
|
||||
navigationBarTitleText: '邀请运营',
|
||||
});
|
||||
|
||||
@ -34,7 +34,7 @@ export default function GroupDetail() {
|
||||
<div className={`${PREFIX}__city-name`}>{operator?.cityName}</div>
|
||||
{operator && operator.groupQrCode ? (
|
||||
<Fragment>
|
||||
<div className={`${PREFIX}__text`}>长按并识别二维码添加运营</div>
|
||||
<div className={`${PREFIX}__text`}>长按并识别二维码,邀你进主播通告群</div>
|
||||
<Image className={`${PREFIX}__qrcode`} src={operator?.groupQrCode} showMenuByLongpress mode="aspectFill" />
|
||||
</Fragment>
|
||||
) : null}
|
||||
|
||||
@ -43,10 +43,11 @@ export default function BizService() {
|
||||
if (!checkCityCode(cityCode)) {
|
||||
return;
|
||||
}
|
||||
const group = cityOperators.find(g => String(g.cityCode) === cityCode);
|
||||
if (group) {
|
||||
openCustomerServiceChat(group.groupLink);
|
||||
}
|
||||
// const group = cityOperators.find(g => String(g.cityCode) === cityCode);
|
||||
// if (group) {
|
||||
// openCustomerServiceChat(group.groupLink);
|
||||
// }
|
||||
navigateTo(PageUrl.GroupDetail, { cityCode });
|
||||
},
|
||||
[cityOperators]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user