void defaultAvatarTap(String? userId, {bool isSelf = false}) { if (isSelf) { gotoMineInfoPage(context); } else { goToContactDetail(context, userId!); } }