|
@@ -203,7 +203,7 @@ $(function(){
|
|
|
else {
|
|
|
mine=formatDate(new Date(parseInt(other_ser[i].get_time)*1000));
|
|
|
}
|
|
|
- if(other_ser[i].bonus_value==king) {
|
|
|
+ if(other_ser[i].binded_over == 1 && other_ser[i].bonus_value==king) {
|
|
|
king_icon = '<s class="king"></s>手气最佳';
|
|
|
}
|
|
|
if(comment[i].user_comment==''){
|