From 6dfb997ffe4f33271b700bb112f28c8dfa01999a Mon Sep 17 00:00:00 2001 From: gonglexin <18008490802@163.com> Date: Mon, 3 Nov 2014 19:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=88=86=E4=B9=8B=E5=90=8E=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=BC=B9=E5=87=BA=E7=AA=97=E5=8F=A3=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=9C=AA=E8=AF=84=E5=88=86=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_homework.html.erb | 10 +++++++++- app/views/bids/_homework_list.html.erb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/views/bids/_homework.html.erb b/app/views/bids/_homework.html.erb index 01f45bbd2..d3aad1589 100644 --- a/app/views/bids/_homework.html.erb +++ b/app/views/bids/_homework.html.erb @@ -42,7 +42,15 @@ function hiddent_alert_model(){hideModal($('#popbox02'));} - function hidden_homework_atert_form(){hideModal($("#popbox"));} + function hidden_homework_atert_form() + { + hideModal($("#popbox")); + // 评了分的则刷新列表 + if($("#star_score > .rateable").attr('class').contains('jDisabled')) + { + $("#not_batch_homework").click(); + } + }