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

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

View File

@ -192,7 +192,13 @@
<img :src="gift.giftPhoto" alt="" width="50%" /> <img :src="gift.giftPhoto" alt="" width="50%" />
</div> </div>
</div> </div>
<div style="color: rgba(255, 255, 255, 1); font-weight: 590; text-align: center"> <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 }} {{ gift.giftCandy }}
</div> </div>
</div> </div>
@ -200,6 +206,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- 排行榜模块 --> <!-- 排行榜模块 -->
<div style="width: 100vw"> <div style="width: 100vw">