还原 api 调用地址
This commit is contained in:
@@ -169,14 +169,14 @@ const EditProfilePage: React.FC = () => {
|
||||
<View className="avatar_container" onClick={handle_avatar_upload}>
|
||||
<Image className="avatar" src={user_info.avatar} />
|
||||
<View className="avatar_overlay">
|
||||
<Image
|
||||
className="upload_icon"
|
||||
src={require('../../../static/userInfo/edit2.svg')}
|
||||
/>
|
||||
</View>
|
||||
<Image
|
||||
className="upload_icon"
|
||||
src={require('../../../static/userInfo/edit2.svg')}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
||||
|
||||
</View>
|
||||
|
||||
{/* 基本信息编辑 */}
|
||||
|
||||
Reference in New Issue
Block a user