This commit is contained in:
chashaobao
2025-12-02 21:18:50 +08:00
parent a07b015d8e
commit 288521ebd9
10 changed files with 381 additions and 143 deletions

View File

@ -10,7 +10,7 @@ interface IContactDirectProps {
}
export default function ContactDirect(props: IContactDirectProps) {
const { publisherAcctNo, onAfterConfirm, onReport } = props;
const { publisherAcctNo, onAfterConfirm } = props;
const handleCopyAndContact = async () => {
await copy(publisherAcctNo);