Commit 5e7daeb6 by libai

测试

parent 684a6187
Showing with 0 additions and 1 deletions
......@@ -712,7 +712,6 @@ function loginGo(){
for(var i=0;i<areaJson.resources.stringArray.item.length;i++){
var list=areaJson.resources.stringArray.item[i]
html+='<li><span class="input-ul-span1">'+list.split("+")[0]+'</span><span class="input-ul-span2">+<span>'+list.split("+")[1]+'</span></span></li>'
}
html+='<li style="display:none;text-align: center;pointer-events: none;" class="search-no-li">暫無該國家地區</li>'
$(".login-input-ul").html(html)
......
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