parent.layer.open弹框绑定的点击事件怎么没访问到后台?
parent.layer.open({type:1,title:'公告',area:['45%','50%'],shade:0.2,btn:["不再显示","确认"],b...
parent.layer.open({
type: 1,
title: '公告',
area:['45%','50%'],
shade: 0.2,
btn: ["不再显示","确认"],
btn1: function(){
//按钮【按钮一】的回调
$.ajax({
type : "post",
url : "/log/Content/delete",
dataType : "json", // 接受数据格式
data : {cid : "id" },
error : function(request) {
parent.layer.alert("Connection error");
},
success : function(data) {
debugger;
console.log(data);
}
});
}, 展开
type: 1,
title: '公告',
area:['45%','50%'],
shade: 0.2,
btn: ["不再显示","确认"],
btn1: function(){
//按钮【按钮一】的回调
$.ajax({
type : "post",
url : "/log/Content/delete",
dataType : "json", // 接受数据格式
data : {cid : "id" },
error : function(request) {
parent.layer.alert("Connection error");
},
success : function(data) {
debugger;
console.log(data);
}
});
}, 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询