Explorar el Código

分数等级百分号

gzb
guozhongbo hace 1 año
padre
commit
6b8763d375
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      js/scoreAnalysis/section_2_level.js

+ 1
- 1
js/scoreAnalysis/section_2_level.js Ver fichero

@@ -157,7 +157,7 @@ $(function () {
157 157
         })[0];
158 158
         trHtml += '<td><div class="my_cell">' + rank.stunum +
159 159
           '</div></td><td><div class="my_cell">' + rank.sturate +
160
-          '</div></td>'
160
+          '%</div></td>'
161 161
       });
162 162
       goodTableTbodyHtml += '<tr>' + trHtml + '</tr>';
163 163
     });

Loading…
Cancelar
Guardar