diff --git a/pages/center/warningList/warningList.vue b/pages/center/warningList/warningList.vue
index 1bf6879..33ae69b 100644
--- a/pages/center/warningList/warningList.vue
+++ b/pages/center/warningList/warningList.vue
@@ -8,7 +8,7 @@
{{ data.houseName || '' }}
- 已了解
+ 已了解
@@ -58,6 +58,8 @@
icon: "none",
duration: 2000,
})
+ this.list = []
+ this.$forceUpdate()
setTimeout(() => {
this.getWarningList()
}, 1000)
diff --git a/pages/login/Verification.vue b/pages/login/Verification.vue
index 8fdabed..2a8b5e6 100644
--- a/pages/login/Verification.vue
+++ b/pages/login/Verification.vue
@@ -204,7 +204,7 @@
}
}, 1000);
} else {
- util.showNone(data.data.message);
+ util.showNone(data.data.msg);
return false;
}
},
diff --git a/pages/mine/equipmentLog.vue b/pages/mine/equipmentLog.vue
index 8b3222d..9a2a17a 100644
--- a/pages/mine/equipmentLog.vue
+++ b/pages/mine/equipmentLog.vue
@@ -62,6 +62,14 @@
+
+ 设备电量:
+
+
+ {{info.electricityStart || ''}}
+
+
+
录音关闭
@@ -81,6 +89,15 @@
+
+
+ 设备电量:
+
+
+ {{info.electricityEnd || ''}}
+
+
+