谷歌浏览器上报的错是
ncaught TypeError: Property 'nextTick' of object #<Object> is not a function
提示的报错代码是
interFace:function(){
this.$http.post(URL,{
tel:this.tel
},{
emulateJSON:true
}).then(function(result){
var s=result.data.data;
this.mylist=s;
},function(res){
alert(res.status);
});
}
找不到错误啊!!!!急急急!!!