feat:gacha抽卡数颜色判断

This commit is contained in:
yysforget 2024-07-12 16:09:01 +08:00
parent 8c99081c6f
commit e988948770
2 changed files with 24 additions and 3 deletions

View file

@ -45,7 +45,7 @@
<div class="image">
<img src="{{inv.square_icon}}" alt="">
</div>
<div class="count">{{inv?.totalCount}}抽</div>
<div class="count" style="color: {{inv?.color}};">{{inv?.totalCount}}抽</div>
</div>
{{/each}}
</div>