diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index 2180a04..3d3b6c6 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -2,7 +2,7 @@
-
+
风速进风:{{ windSpeed }}m/s
出风:{{windSpeed}}m/s
@@ -14,19 +14,67 @@ :icon="item.icon" :name="item.name" :unit="item.unit" + @click="handleOpenAirChart(item)" /> +
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+