Commit c217e062 by libai

测试

parent ddae74c3
Showing with 2 additions and 2 deletions
......@@ -57,7 +57,7 @@
<ul class="pay-ul clearfix">
<!--<li class="li-click">-->
<!--<p>¥30</p>-->
<!--<p>300橙钻(送1000银币)</p>-->
<!--<p>300钻石(送1000银币)</p>-->
<!--</li>-->
</ul>
......@@ -110,7 +110,7 @@
var list=data.data.third[i];
if(i==0)html+='<li data-type="'+list.rid+'" class="li-click">';
else html+='<li data-type="'+list.rid+'">';
html+='<p>'+list.diamond+'橙钻</p>';
html+='<p>'+list.diamond+'钻石</p>';
html+='<p>¥'+list.amount+'</p>';
html+='<i style="display: none">'+list.amount+'</i>'
if(list.addnum==180)html+='<img class="pay-gift" src="images/pay-gift.png">'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment