柒零 hace 1 año
padre
commit
9ff755ec27

+ 2 - 1
subpages/sleepQualityIndexAssessment/sleepQualityIndexAssessment.js

@@ -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;
 		}