|
|
|
@ -128,7 +128,15 @@
|
|
|
|
|
$("#all_status_show_value").text("用户");
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
if (window.localStorage) {
|
|
|
|
|
var uid = localStorage.getItem('competition_uid');
|
|
|
|
|
} else {
|
|
|
|
|
var uid = false
|
|
|
|
|
}
|
|
|
|
|
if(!uid){
|
|
|
|
|
var htmlvalue = "<%= escape_javascript(render :partial => 'competitions/competitions_name')%>";
|
|
|
|
|
pop_box_new(htmlvalue, 500, 380);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<% notice = SystemUpdateNotice.last %>
|
|
|
|
|
<% if @noticed_update || ((User.current.certification == 1 || params[:controller] != "welcome") && notice.present? && notice.end_time > Time.now && notice.start_time >= (Time.now - 21600) && User.current.user_system_notices.where(:notice_type => notice.notice_type).count == 0) %>
|
|
|
|
|