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