隐藏公会卡片
This commit is contained in:
parent
0e2f4cf4bf
commit
d8ef488a28
@ -879,7 +879,6 @@ class _PersonDetailPageState extends State<PersonDetailPage> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
_buildProfileGuildPlaceholder(),
|
|
||||||
if (hasCloseFriendContent) ...[
|
if (hasCloseFriendContent) ...[
|
||||||
SizedBox(height: 12.w),
|
SizedBox(height: 12.w),
|
||||||
_buildProfileCloseFriendTitle(),
|
_buildProfileCloseFriendTitle(),
|
||||||
@ -946,18 +945,6 @@ class _PersonDetailPageState extends State<PersonDetailPage> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildProfileGuildPlaceholder() {
|
|
||||||
return ClipRRect(
|
|
||||||
borderRadius: BorderRadius.circular(8.w),
|
|
||||||
child: Image.asset(
|
|
||||||
"$_cpProfileAssetBase/sc_cp_profile_guild_placeholder.png",
|
|
||||||
width: double.infinity,
|
|
||||||
height: 64.w,
|
|
||||||
fit: BoxFit.fill,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _buildProfileCloseFriendTitle() {
|
Widget _buildProfileCloseFriendTitle() {
|
||||||
return Image.asset(
|
return Image.asset(
|
||||||
"$_cpProfileAssetBase/sc_cp_profile_close_friend_title.png",
|
"$_cpProfileAssetBase/sc_cp_profile_close_friend_title.png",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user