驗證碼自動刷新

This commit is contained in:
邱博亞 2023-10-11 22:42:04 +08:00
parent 6cadd24992
commit a38f3214b1
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ class SeminarsController < ApplicationController
def show_alert(notice_words)
respond_to do |format|
format.js{
render :js => "alert('#{notice_words}');"
render :js => "$('.rucaptcha-image').click();alert('#{notice_words}');"
}
end
end