'); axios.get(_staffStartUrl + '&add_fields=comment&' + 'coordinate_genre=4&count=10&sort=time') .then(function (response) { if (response.data.code == 1) { $.each(response.data.item, function (index, value) { element.insertAdjacentHTML('beforeend', template(value)); }) } else { console.log("ERROR:" + result.data.code); } }); _script.remove(); })(); '); axios.get(_staffStartUrl + '&add_fields=comme