mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: edit profile
This commit is contained in:
@@ -117,7 +117,9 @@ class MemberControllerNew extends CommonController
|
||||
}
|
||||
|
||||
void onFollow(BuildContext context) async {
|
||||
if (relation.value == -1) {
|
||||
if (mid == ownerMid) {
|
||||
Get.toNamed('/editProfile');
|
||||
} else if (relation.value == -1) {
|
||||
_onBlock();
|
||||
} else {
|
||||
if (ownerMid == null) {
|
||||
|
||||
Reference in New Issue
Block a user