Commit 47892a4e by libai

Update login.html

parent 829a3e74
Showing with 1 additions and 1 deletions
......@@ -101,7 +101,7 @@
var html=[];
for(var i=0;i<data.data.third.length;i++){
var list=data.data.third[i];
if(i==2)html+='<li data-type="'+list.rid+'" class="li-click">';
if(list.amount==98)html+='<li data-type="'+list.rid+'" class="li-click">';
else html+='<li data-type="'+list.rid+'">';
html+='<p><img src="images/diamond.png">'+list.diamond+'</p>';
html+='<p>¥'+list.amount+'</p>';
......
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