json两种方式传值

网站编辑 :2020-03-09 20:12 / 海口网站建设 / 技术分享
    $.ajax({
 
                type: "POST",
 
                url: "{:url('Index/pick')}",
 
                data: $('#handleposition').serialize(),
 
                dataType: "json",
 
                error: function () {
 
        alert('操作失败');
 
    },
 
                success: function (data) {
 
                    if (data.status == 1) {
 
                        layer.msg(data.msg, {icon: 1, anim: 0, time: 2000});
 
                                            
 
                    } else {
 
                        layer.msg(data.msg, {icon: 2, anim: 0, time: 2000});
 
                            // window.location.reload();
 
                    }
 
                }
 
            });
 
    
 
            var url = "{:url('Index/pick')}";
 
            var datas = $('#handleposition').serialize();
 
            jq.getJSON(url,datas,function(data){
 
                        
 
                    if (data.status == 1) {
 
                        layer.msg(data.msg, {icon: 1, time: 3000}, function(){                  
 
                            window.location.reload();
 
                            });
 
                                                
 
                        } else {
 
                            // layer.msg(data.msg, {icon: 2, anim: 0, time: 2000});
 
                            layer.msg(data.msg, {icon: 2, time: 3000}, function(){                  
 
                            window.location.reload();
 
                            });
 
                                // window.location.reload();
 
                        }
 
                 });
 
【我们与众不同】凭借对设计的热爱和执着,互联网营销趋势的敏锐洞察和深刻理解,与众多同行不同的是,我们更注重与客户互促共生,价值同在。
本文所有内容若需转载请联系我们。

文章分类