新增曾用名
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
<div class="profile-info">
|
||||
<h4>
|
||||
<span x-text="userInfo.username"></span>
|
||||
<template x-if="userInfo.previous_name">
|
||||
<span style="font-size:11px; color:#999; font-weight:normal; margin-left:6px;">
|
||||
(曾用名: <span x-text="userInfo.previous_name"></span>)
|
||||
</span>
|
||||
</template>
|
||||
<span class="level-badge" x-text="'LV.' + userInfo.user_level"></span>
|
||||
<span class="sex-badge"
|
||||
x-text="userInfo.sex === '男' ? '♂' : (userInfo.sex === '女' ? '♀' : '')"
|
||||
|
||||
Reference in New Issue
Block a user