@@ -230,7 +230,7 @@
return {
videoCover: uni.getStorageSync('videoCover'),
//页面状态
- pageType: "1",
+ pageType: "2",
deptIndex: 0,
//院系楼栋数据
buildingList: [],
@@ -331,6 +331,9 @@
},
onLoad(option) {
this.treeselectByUser();
+ //一键灭火正式使用需要注销
+ this.itemData.subjectId=85
+ this.firedeviceStatus();
onShow() {
@@ -392,7 +395,7 @@
} else {
wx.showToast({
- title: data.data.msg,
+ title: '灭火失败!',
icon: "none",
duration: 6000
});