修改重复评分时,评分初始值不正确

This commit is contained in:
sw 2014-12-02 17:00:35 +08:00
parent 3b2c7cc0ec
commit 35f2462241
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
<span><a href="#" id="star03" onclick="ChoseStars(3)" style="background-position:<%= start_score>=3 ? '-24px 0px;':'-2px 0'%>"></a></span>
<span><a href="#" id="star02" onclick="ChoseStars(2)" style="background-position:<%= start_score>=2 ? '-24px 0px;':'-2px 0'%>"></a></span>
<span><a href="#" id="star01" onclick="ChoseStars(1)" style="background-position:<%= start_score>=1 ? '-24px 0px;':'-2px 0'%>"></a></span>
<input type="hidden" value="0" id="stars_value" name="stars_value"/>
<input type="hidden" value="<%= start_score%>" id="stars_value" name="stars_value"/>