修复兑换弹窗展示
This commit is contained in:
@@ -427,7 +427,7 @@ function draw (num) {
|
|||||||
<li>
|
<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="">
|
<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>
|
<b>x${res.num}</b>
|
||||||
<p>${res.desc}</p>
|
<p>${res.name}</p>
|
||||||
</li>
|
</li>
|
||||||
`})
|
`})
|
||||||
$('.exchange .box ul').append(str);
|
$('.exchange .box ul').append(str);
|
||||||
|
Reference in New Issue
Block a user