This commit is contained in:
parent
8cb9bd1bf7
commit
7b2b0b5918
|
@ -508,7 +508,7 @@ export default class RoleIndex extends base {
|
||||||
: '',
|
: '',
|
||||||
},
|
},
|
||||||
{ lable: '普通宝箱', num: stats.common_chest_number, extra: this.lable.common_chest },
|
{ 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 },
|
{ lable: '珍贵宝箱', num: stats.precious_chest_number, extra: this.lable.precious_chest },
|
||||||
|
|
|
@ -53,9 +53,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{if !avatar_cardList && !action_cardList}}
|
|
||||||
<div class="logo">请绑定cookie后查看更多信息</div>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue