|
|
@@ -48,7 +48,7 @@
|
|
|
/>
|
|
|
|
|
|
<!-- 蓝色预警 -->
|
|
|
- <div class="group-title blue">蓝色预警</div>
|
|
|
+ <div class="group-title blue">绿色预警</div>
|
|
|
<van-cell
|
|
|
v-for="item in blueList"
|
|
|
:key="item.value"
|
|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
if (this.currentItem.label.includes("(红)")) levelText = "红色预警";
|
|
|
if (this.currentItem.label.includes("(橙)")) levelText = "橙色预警";
|
|
|
if (this.currentItem.label.includes("(黄)")) levelText = "黄色预警";
|
|
|
- if (this.currentItem.label.includes("(蓝)")) levelText = "蓝色预警";
|
|
|
+ if (this.currentItem.label.includes("(蓝)")) levelText = "绿色预警";
|
|
|
|
|
|
this.$emit("confirm", {
|
|
|
item: this.currentItem,
|
|
|
@@ -168,7 +168,8 @@ export default {
|
|
|
color: #faad14;
|
|
|
}
|
|
|
.blue {
|
|
|
- color: #1890ff;
|
|
|
+ /* color: #1890ff; */
|
|
|
+ color: #52c41a;
|
|
|
}
|
|
|
|
|
|
.van-cell {
|