{{ g === 'female' ? '美女' : '帅哥' }}
{{ (profile.user && profile.user.name) ? profile.user.name.charAt(0) : 'U' }}
{{ profile.nickname || (profile.user && profile.user.name) || '用户' }}
{{ profile.age }}岁 · {{ profile.city || '未知' }}
{{ profile.bio }}
← 返回
{{ chatUser ? chatUser.name : '聊天' }}
{{ chatUser ? chatUser.name[0] : 'U' }}
{{ msg.content }}
{{ user ? user.name[0] : 'U' }}