Commit c60379fe by lmf

修改首页手机版广告

parent e93217a3
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
var img_arr = ["/media/wysiwyg/202210281.png", "/media/wysiwyg/202210282.png"]; var img_arr = ["/media/wysiwyg/202210281.png", "/media/wysiwyg/202210282.png"];
if (isMobile()) { if (isMobile()) {
img_arr = ["/media/wysiwyg/2_M_1_.jpg", "/media/wysiwyg/1_M_1_.jpg"]; img_arr = ["/media/wysiwyg/202210281-m.png", "/media/wysiwyg/202210282-m.png"];
} }
$(".banner1").banner({ $(".banner1").banner({
img: img_arr, img: img_arr,
......
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