修复兑换弹窗展示

This commit is contained in:
Dragon
2023-09-22 15:35:54 +08:00
parent e846176ed4
commit f9683b475f

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);