|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
$.each(members,function (index,array) {
|
|
|
|
|
s_html = s_html+ "<p class='clearfix'>" +
|
|
|
|
|
" <span class='fl edu-txt-w90'>" +
|
|
|
|
|
" <input type='checkbox' name='partner_member[]' value='"+array["id"]+"' id='user_'"+array["id"]+"'class='magic-checkbox'>" +
|
|
|
|
|
" <input type='checkbox' name='partner_member[]' value='"+array["id"]+"' id='user_"+array["id"]+"' class='magic-checkbox'>" +
|
|
|
|
|
" <label for='user_'"+array["id"]+">"+array["real_name"]+"</label>" +
|
|
|
|
|
" </span>\n" +
|
|
|
|
|
"<span class='fl edu-txt-w90 mt5 edu-txt-center color-grey-6 pointer'>"+array["identity"]+"</span>" +
|
|
|
|
|