兑换机弹窗修改展示
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user