methods:{
this.$nextTick(function () {
this.$http.jsonp('http://119.23.247.243:28050/api/home/wap/').then(function(res) {
console.log(res.data)
this.gridData = res.data;
})
})
}
在methods里面请求这个接口数据,提示这是个关键字,
index.vue: this is a reserved word (210:4)
改为