兑换机弹窗修改展示

This commit is contained in:
Dragon
2023-09-22 17:42:57 +08:00
parent f41196c38d
commit a0abbaf6e9

View File

@@ -427,7 +427,7 @@ function draw (num) {
<li>
<img class="${res.type == 1 ? 'type1' : res.type == 2 ? 'type2' : res.type == 3 ? 'type3' : res.type == 4 ? 'type4' : res.type == 5 ? 'type5' : ''}" src="${res.pic}" alt="">
<b>x${res.num}</b>
<p>${res.desc}</p>
<p>${res.name}</p>
</li>
`})
$('.exchange .box ul').append(str);