vue-resource 谷歌浏览器报错 ie却没事

谷歌浏览器上报的错是

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);
        });
    }

找不到错误啊!!!!急急急!!!

阅读 2.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题