Commit 8daedc60 authored by clone's avatar clone

bug

parent 1c2c3f0e
......@@ -57,6 +57,10 @@ define (['doT', 'text!temp/banner_template_tpl.html', 'ckfinder', 'ckfinderStart
var params = {};
params.id = $ ("#delete_id").val ();
params.is_show = 1;
if(!params.id || params.id == null){
alert ("要删除的id不能为空");
return false;
}
banner.deleteBanner(params);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment