feat(活动页): 每周礼物补充金币图标

This commit is contained in:
hzj 2025-09-15 17:15:59 +08:00
parent c61aa22009
commit 68fb65fca7

View File

@ -192,8 +192,15 @@
<img :src="gift.giftPhoto" alt="" width="50%" />
</div>
</div>
<div style="color: rgba(255, 255, 255, 1); font-weight: 590; text-align: center">
{{ gift.giftCandy }}
<div style="display: flex; justify-content: center; align-items: center; gap: 5px">
<img
src="/src/assets/icon/coin.png"
alt=""
style="width: 18%; aspect-ratio: 1/1"
/>
<div style="color: rgba(255, 255, 255, 1); font-weight: 590">
{{ gift.giftCandy }}
</div>
</div>
</div>
</div>