|
|
@ -177,7 +177,11 @@ use \common\libs\MyLib; |
|
|
|
btn: ['删除','取消'], //按钮 |
|
|
|
btn: ['删除','取消'], //按钮 |
|
|
|
shade: false //不显示遮罩 |
|
|
|
shade: false //不显示遮罩 |
|
|
|
}, function(){ |
|
|
|
}, function(){ |
|
|
|
|
|
|
|
var index = parent.layer.load(1, { |
|
|
|
|
|
|
|
shade: [0.1,'#fff'] //0.1透明度的白色背景 |
|
|
|
|
|
|
|
}); |
|
|
|
$.post('/car/delete',{id:id},function(data) { |
|
|
|
$.post('/car/delete',{id:id},function(data) { |
|
|
|
|
|
|
|
parent.layer.close(index); |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
if(data.success == true) { |
|
|
|
if(data.success == true) { |
|
|
|
refreshList(); |
|
|
|
refreshList(); |
|
|
|