fix:编辑资料页无昵称时显示未设置昵称
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</view>
|
||||
<view class="hero-info">
|
||||
<view class="hero-name-row">
|
||||
<text class="hero-name">{{ form.nickname || 'Zoey' }}</text>
|
||||
<text class="hero-name">{{ form.nickname || '未设置昵称' }}</text>
|
||||
<text class="gold hero-star">✦</text>
|
||||
</view>
|
||||
<text class="hero-sub">正在成为更清晰的自己</text>
|
||||
|
||||
Reference in New Issue
Block a user