Commit 51ce410f authored by agping's avatar agping

修改

parent 46dd5b53
......@@ -61,7 +61,7 @@ define (['doT', 'text!temp/banner_template_tpl.html', 'ckfinder', 'ckfinderStart
var params = {};
params.title = $ ("#title").val ();
params.url = $ ("#url").val ();
params.url = $ ("#url").val () + "?title=" + $ ("#title").val () ;//轮播 首页弹窗
params.cover_image = banner.imageName ; //$ ("#cover_image").val ();
params.sort = $ ("#sort").val ();
......@@ -96,7 +96,7 @@ define (['doT', 'text!temp/banner_template_tpl.html', 'ckfinder', 'ckfinderStart
if ($ ("#id").val ()) {
params.id = $ ("#id").val ();
}
banner.addOrUpdateBanner (params);
});
$ ("#confirm_delete").click (function () {
......
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