寻宝活动-修复金币类型图片问题

This commit is contained in:
chenruiye
2025-05-29 11:08:02 +08:00
parent db019d7b04
commit f3f84c5517

View File

@@ -212,7 +212,7 @@ function getlistRank() {
item.recordList.forEach((itemTwo, indexTwo) => {
giftStr += `
<div class="${index > 2 ? 'box_si' : 'box'}">
<img src="${itemTwo.icon}" alt="">
<img src="${itemTwo.type == 8?'./images/coins.png':itemTwo.icon}" alt="">
</div>
`
})
@@ -258,7 +258,7 @@ function getlistRank() {
res.data.meRank.recordList.forEach((item, index) => {
my_giftstr += `
<div class="box">
<img src="${item.icon}" alt="">
<img src="${item.type == 8? './images/coins.png':item.icon}" alt="">
</div>
`
})
@@ -468,7 +468,7 @@ function renderinglistDrawRecord(lastWeek) {
str += `
<div class="detail_box">
<div class="left">
<img src="${item.icon}" alt="">
<img src="${item.type == 8?'./images/coins.png':item.icon}" alt="">
</div>
<div class="right">
<div class="title_desc">${typeFanyi(item.type)}*${item.num} ${item.type == 8 ? '<img src="./images/coins.png" alt="">' : langReplace(localLang.demoModule.Days)} </div>