发布网友
共1个回答
热心网友
在确认的回调函数中加个get或者post就可以。比如
layer.confirm(
"确认要启用吗?"
function(){
$.get('/xx/xx/'+id,{},function(){
//修改页面内容
})
}
)