From 15b573871ae142caf6620bd97c86a0100750e800 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Wed, 23 Sep 2015 09:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BA=E5=9D=9B=E5=90=8D=E7=A7=B0=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=EF=BC=8C=E5=8F=AF=E4=BB=A5=E4=B8=8D=E5=8E=BB=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/forums/index.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index 09755a80a..93dcbc3fa 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -98,6 +98,11 @@ } } ); + }else{ + check_pass = false; + } + if(check_pass == false){ + return ; } }