加入社群页面
This commit is contained in:
@@ -415,8 +415,10 @@ const EditProfilePage: React.FC = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const handleAddGroup = () => {
|
||||
console.log("加入社群~");
|
||||
const handleJoinGroup = () => {
|
||||
Taro.navigateTo({
|
||||
url: "/user_pages/joinGroup/index",
|
||||
});
|
||||
};
|
||||
|
||||
const getDefaultOption = (options) => {
|
||||
@@ -715,7 +717,7 @@ const EditProfilePage: React.FC = () => {
|
||||
></Image>
|
||||
<Text className="logout_text">客服聊天</Text>
|
||||
</View>
|
||||
<View className="logout_button" onClick={handleAddGroup}>
|
||||
<View className="logout_button" onClick={handleJoinGroup}>
|
||||
<Image src={require("@/static/userInfo/chat.svg")}></Image>
|
||||
<Text className="logout_text">加入社群</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user