为什么请求接口输出的response 和网络请求中的response不一样
search: function () {
console.log(this.searchKey)
// console.log(searchKey)
this.$store.state.searchKey=this.searchKey
this.$http.jsonp('https://route.showapi.com/213-1?keyword='+this.searchKey+'&page=1&showapi_appid=31967&showapi_timestamp=&showapi_sign=7c45d428c1024a5e88c3cbc78a506646', {
headers: {
},
emulateJSON: true
}).then(function (response) {
// 这里是处理正确的回调
this.$store.state.list = response;
console.log( this.$store.state.list )
}, function (response) {
// 这里是处理错误的回调
console.log(response)
});
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/pagekit/vu...
https://github.com/pagekit/vu...