This commit is contained in:
bbaban 2023-08-27 14:35:34 +08:00
parent 8cb9bd1bf7
commit 7b2b0b5918
2 changed files with 1 additions and 4 deletions

View File

@ -508,7 +508,7 @@ export default class RoleIndex extends base {
: '',
},
{ lable: '普通宝箱', num: stats.common_chest_number, extra: this.lable.common_chest },
{ lable: '精致宝箱', num: stats.exquisite_chest_number, },
{ lable: '精致宝箱', num: stats.exquisite_chest_number, extra: this.lable.exquisite_chest },
],
[
{ lable: '珍贵宝箱', num: stats.precious_chest_number, extra: this.lable.precious_chest },

View File

@ -53,9 +53,6 @@
</div>
</div>
</div>
{{if !avatar_cardList && !action_cardList}}
<div class="logo">请绑定cookie后查看更多信息</div>
{{/if}}
</div>
{{/if}}