继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

angularjs,$http(post)

零基础h5前端入门培训
关注TA
已关注
手记 301
粉丝 37
获赞 253

$http(post)
$http({
method: 'post',
url: '/BSWQI/start_Cal',
dataType: "json",
contentType: "application/json",
data: { app_key: "111", lstData: $scope.relist },
}).then(function successCallback(res) {
// 请求成功执行代码
var result = res.data;
if (result.status == 200) {
var map = new Map();

            $("[classname]").each(function (i) {                $(this).removeAttr("class");                if ($(this).attr("classname") == map.get(result.data)) {                    $(this).attr("class", map.get(result.data));                }            });            $(document).scrollTop($(document).height());//滚动到最下方            toastr.success('评估成功!', '提示信息!');        }        else {            toastr.error(result.msg, "出错了!");        }    })

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP