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>';
                 }