feat: update

This commit is contained in:
chashaobao
2025-10-20 07:58:50 +08:00
parent bc141fcf1b
commit a179654898
32 changed files with 648 additions and 271 deletions

View File

@ -69,19 +69,23 @@
}
&__header__contact {
width: 60px;
height: 60px;
border-radius: 50%;
background: #0000004D;
width: 76px;
height: 81px;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
&:after {
border: none;
}
}
&__header__contact-icon {
width: 36px;
height: 36px;
width: 76px;
height: 81px;
}
}

View File

@ -1,5 +1,5 @@
import { Button, Image } from '@tarojs/components';
import Taro, { useShareAppMessage } from '@tarojs/taro';
import { useShareAppMessage } from '@tarojs/taro';
import { useCallback } from 'react';
@ -38,10 +38,6 @@ export default function User() {
[]
);
Taro.showShareMenu({
withShareTicket: true,
});
useShareAppMessage(() => getCommonShareMessage({ useCapture: false }));
return (
@ -69,7 +65,7 @@ export default function User() {
<Image
mode="aspectFit"
className={`${PREFIX}__header__contact-icon`}
src={require('@/statics/svg/contact.svg')}
src="https://publiccdn.neighbourhood.com.cn/img/kefu.svg"
/>
</Button>
</div>