fix:编辑资料页无昵称时显示未设置昵称

This commit is contained in:
2026-06-23 22:17:45 +08:00
parent e7531f86cf
commit 04b184a3c1
+1 -1
View File
@@ -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>