diff --git a/src/user_pages/edit/index.tsx b/src/user_pages/edit/index.tsx index c09d419..8d514c2 100644 --- a/src/user_pages/edit/index.tsx +++ b/src/user_pages/edit/index.tsx @@ -415,7 +415,9 @@ const EditProfilePage: React.FC = () => { } }; - const handleAddGroup = () => {} + const handleAddGroup = () => { + console.log("加入社群~") + } const getDefaultOption = (options) => { if (!Array.isArray(options) || options.length === 0) {