"打分后不要显示英文,而且还要提示:您可以重新打分"问题解决
This commit is contained in:
parent
ac644beb72
commit
0634f36c10
|
@ -112,7 +112,8 @@
|
||||||
</div> -->
|
</div> -->
|
||||||
<div style="height: 50px">
|
<div style="height: 50px">
|
||||||
<div style="font-size: 15px"><strong>软件评论:</strong></div>
|
<div style="font-size: 15px"><strong>软件评论:</strong></div>
|
||||||
<div style="padding-left: 210px">评分: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %></div>
|
<div style="padding-left: 210px">评分: <%= rating_for @softapplication, dimension: :quality, class: 'rateable div_inline' %><span style="font-size: 11px">(您可以重新打分,打分结果以最后一次打分为主!)</span></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--提示登录后对应用进行评价-->
|
<!--提示登录后对应用进行评价-->
|
||||||
|
|
|
@ -14,8 +14,8 @@ $(document).ready(function(){
|
||||||
path : '/rateable/ratings',
|
path : '/rateable/ratings',
|
||||||
onSuccess : function(element, rate){
|
onSuccess : function(element, rate){
|
||||||
//something like ->
|
//something like ->
|
||||||
//alert('success');
|
alert('本次打分成功!');
|
||||||
$('<span class="text-success"><small style="display:inline-block;">Thanks for rating!</small></span>').insertAfter(element)
|
//$('<span class="text-success"><small style="display:inline-block;">Thanks for rating!</small></span>').insertAfter(element)
|
||||||
},
|
},
|
||||||
onError : function(element, rate) {
|
onError : function(element, rate) {
|
||||||
$('<span class="text-error"><small style="display:inline-block;">You have already rated!</small></span>').insertAfter(element)
|
$('<span class="text-error"><small style="display:inline-block;">You have already rated!</small></span>').insertAfter(element)
|
||||||
|
|
Loading…
Reference in New Issue