问卷报网络异常
This commit is contained in:
parent
ef78de1a9c
commit
158ea7dc41
|
@ -299,7 +299,8 @@ class PollController < ApplicationController
|
||||||
def commit_answer
|
def commit_answer
|
||||||
pq = PollQuestion.find(params[:poll_question_id])
|
pq = PollQuestion.find(params[:poll_question_id])
|
||||||
if has_commit_poll?(@poll.id,User.current.id) && (!User.current.admin?)
|
if has_commit_poll?(@poll.id,User.current.id) && (!User.current.admin?)
|
||||||
render :json => {:text => "failure"}
|
@percent = get_percent(@poll,User.current)
|
||||||
|
render :json => {:text => "ok" ,:percent => format("%.2f" ,@percent)}
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if pq.question_type == 1
|
if pq.question_type == 1
|
||||||
|
|
Loading…
Reference in New Issue