使用vue-resource插件发送post请求数据时一直是options的解决方案
请求参数,中加上对象:{"emulateJSON":true}即可解决if (this.content != '') {let _pinglurl = 'http://192.168.0.181:85/Api/Video/sendMessage';this.$http.post(_pinglurl,{video_id:this.videoId,message:this.cont
·
请求参数,中加上对象:{"emulateJSON":true}
即可解决
if (this.content != '') {
let _pinglurl = 'http://192.168.0.181:85/Api/Video/sendMessage';
this.$http.post(_pinglurl,{video_id:this.videoId,message:this.content},{"emulateJSON":true}).then((res) => {
});
this.liuYan();
this.$toast('评价成功!')
} else {
this.$toast('评价不能为空!')
}
更多推荐
已为社区贡献42条内容
所有评论(0)