$http

$http({
method: 'POST',
url:'api/invest',
data: $.param($scope.investData),
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
}).success( function(){
swal("添加成功!")
} ).error(function(err){
swal("請填寫完整信息!");
});
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章