我创建了几个具有自己主题的小部件 其中一个应该从一些小部件区域显示其他小部件组 我得到了小部件ID的数组 并获取它们的实例 但功能" the_widget"不要显示它
我使用的代码
$http.get('/api/stuff')
.then(function(data){
console.log(data); // do success stuff
}, function(error){
console.log(error); // will catch your error I hope
}
你能帮我解决这个问题吗?