隐藏公会卡片
This commit is contained in:
parent
0e2f4cf4bf
commit
d8ef488a28
@ -879,7 +879,6 @@ class _PersonDetailPageState extends State<PersonDetailPage> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
_buildProfileGuildPlaceholder(),
|
||||
if (hasCloseFriendContent) ...[
|
||||
SizedBox(height: 12.w),
|
||||
_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() {
|
||||
return Image.asset(
|
||||
"$_cpProfileAssetBase/sc_cp_profile_close_friend_title.png",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user