@@ -421,7 +421,8 @@ Page({
} else if (comAll >= 11 && comAll <= 15) {
_comScoreStatus = "一般";
comScoreIndex = 2;
- } else if (comAll >= 16 && comAll <= 21) {
+ } else {
+ // if (comAll >= 16 && comAll <= 21)
_comScoreStatus = "差";
comScoreIndex = 3;
}