diff --git a/app/views/poll/_other_poll.html.erb b/app/views/poll/_other_poll.html.erb index 8ceaf5112..3f5060010 100644 --- a/app/views/poll/_other_poll.html.erb +++ b/app/views/poll/_other_poll.html.erb @@ -17,8 +17,9 @@ <% end %> +

- 导  入 + 导  入 取  消 <% end -%> @@ -38,6 +39,7 @@ closeModal(); }else{ $('#error_show').html('您没有选择任何问卷'); + $('#error_show').show(); } } \ No newline at end of file