axios提交

axios.post('/cancellation_msg_getnum',
                    {msg:msg},
                    {headers:{"Content-Type":'application/x-www-form-urlencoded;charset=UTF-8'}}
                ).then(function(res){
                    console.log(res.data.res)
                    that.res = res.data.res
                }).catch(function(err){
                    console.log(err)
                })

 

posted @ 2019-04-22 09:44  生如夏花死如秋叶  阅读(94)  评论(0编辑  收藏  举报