Browse Source

修改bug

彭宇 2 years ago
parent
commit
8fe10f067c
2 changed files with 5 additions and 5 deletions
  1. 1 1
      src/views/date.vue
  2. 4 4
      src/views/forest.vue

+ 1 - 1
src/views/date.vue

@@ -70,7 +70,7 @@
 			</div>
 			<div class="d-w-info">
 				<div class="d-w-i-color d-state-b10"></div>
-				10
+				>10
 			</div>
 		</div>
 	</div>

+ 4 - 4
src/views/forest.vue

@@ -204,11 +204,11 @@
                   </el-col>
                 </el-row>
                 <div class="firestate" v-if="todatWeather">
-                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_5'? 'state-block1 state-on':'state-block1'"></div>
-                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_4'? 'state-block2 state-on':'state-block2'"></div>
+                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_1'? 'state-block1 state-on':'state-block1'"></div>
+                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_2'? 'state-block2 state-on':'state-block2'"></div>
                   <div :class="weatherinformationLevel=='forest_weatherinformation_level_3'? 'state-block3 state-on':'state-block3'"></div>
-                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_2'? 'state-block4 state-on':'state-block4'"></div>
-                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_1'? 'state-block5 state-on':'state-block5'"></div>
+                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_4'? 'state-block4 state-on':'state-block4'"></div>
+                  <div :class="weatherinformationLevel=='forest_weatherinformation_level_5'? 'state-block5 state-on':'state-block5'"></div>
                 </div>
               </div>
             </dv-border-box-13>