积分公示

This commit is contained in:
liuye
2024-08-09 14:31:49 +08:00
parent 56ae839500
commit 74be1fcd11

View File

@@ -13,7 +13,7 @@
<div class="text-flex">
<p>{{item.classThree}}</p>
<div>
<img :src="`${cdn}/star-icon.png`" alt="">+{{item.integral}}
<img :src="`${cdn}/star-icon.png`" alt="">{{item.integral < 0 ? '' : '+'}}{{item.integral}}
</div>
</div>
</div>