|
|
@ -72,10 +72,16 @@ use \common\libs\MyLib; |
|
|
|
btn: ['删除','取消'], //按钮 |
|
|
|
btn: ['删除','取消'], //按钮 |
|
|
|
shade: false //不显示遮罩 |
|
|
|
shade: false //不显示遮罩 |
|
|
|
}, function(){ |
|
|
|
}, function(){ |
|
|
|
|
|
|
|
$.get('/phone/ax-unbind',{id:id},function(obj){ |
|
|
|
|
|
|
|
if(obj.success){ |
|
|
|
$.post('/phone-center/sub-delete',{id:id},function(data) { |
|
|
|
$.post('/phone-center/sub-delete',{id:id},function(data) { |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
refreshList(); |
|
|
|
refreshList(); |
|
|
|
}, 'json'); |
|
|
|
}, 'json'); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
parent.layer.msg(obj.msg); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
}, function(){ |
|
|
|
}, function(){ |
|
|
|
// |
|
|
|
// |
|
|
|
}); |
|
|
|
}); |
|
|
|