demo看下 _this.$http.post('/apiwx2/xqsj.php', { 'token' : _this.token, 'house' : _this.userName, }, {emulateJSON : true} )
现在vue的作者推荐使用axios请求数据,vue-resource不再维护。