feat(cp排行榜): 兑换显示碎片图片
This commit is contained in:
parent
96ad884191
commit
2617f5368c
@ -25,20 +25,20 @@
|
||||
</div>
|
||||
|
||||
<div style="height: 17%; display: flex; justify-content: center; align-items: center">
|
||||
<!-- <img
|
||||
v-smart-img
|
||||
:src="imageUrl(getImgName('debris'))"
|
||||
alt=""
|
||||
style="display: block; width: 2em; object-fit: cover"
|
||||
/> -->
|
||||
<div style="font-size: 0.8em; font-weight: 600; color: #fff" @click="exchangeGoods(item)">
|
||||
*{{
|
||||
formatRewardDisplay(
|
||||
item.propsGroup?.activityRewardProps?.[0]?.type,
|
||||
item.propsGroup?.activityRewardProps?.[0],
|
||||
)
|
||||
}}/ {{ JSON.parse(item.rule.jsonData).need_fragments }}Star
|
||||
}}/ {{ JSON.parse(item.rule.jsonData).need_fragments }}
|
||||
</div>
|
||||
<img
|
||||
v-smart-img
|
||||
:src="imageUrl(getImgName('debris'))"
|
||||
alt=""
|
||||
style="display: block; width: 1em; object-fit: cover"
|
||||
/>
|
||||
</div>
|
||||
</itemCenter>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user