function http(){ let json = JSON.stringify([arr]); axios.post('/api/sort',{ type: type, param: json, url: url }).then((response)=>{ window.param = param; window.type = type; let div = document.querySelector('.box__content'); let html = ''; response.data.result.forEach((item)=>{ @include('components.scripts.jshtml') }); div.innerHTML = html; }).catch((error)=>{ console.log(error) }); }
Обсуждают сегодня