diff --git a/app/views/layouts/base_org2.html.erb b/app/views/layouts/base_org2.html.erb
index 4cae284f5..dd85d2e4b 100644
--- a/app/views/layouts/base_org2.html.erb
+++ b/app/views/layouts/base_org2.html.erb
@@ -46,7 +46,7 @@
scrollPic.speed = 10; //移动速度(单位毫秒,越小越快)
scrollPic.space = 10; //每次移动像素(单位px,越大越快)
- scrollPic.autoPlay = true; //自动播放
+ scrollPic.autoPlay = false; //自动播放
scrollPic.autoPlayTime = 3; //自动播放间隔时间(秒)
scrollPic.initialize(); //初始化
@@ -65,7 +65,7 @@
<% if @org_logo_attchment.blank? %>
<% else %>
-
+
<% end %>
<% if User.current.admin_of_org?(@organization) %>