xiaogang пре 3 година
родитељ
комит
8c249b7fb2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/web/index.html

+ 1 - 1
public/web/index.html

xqd
@@ -126,7 +126,7 @@
            console.log(res)
             //$('.neir').append(res.data.content);
             var hobby_con = "";
-            if(res.hobby.length()>0){
+            if(res.hobby.length>0){
                 for (var i=0;i<res.hobby.length;i++) {
                     hobby_con += '<div class="list-item">'+res.hobby[i]+'</div>';
                 }