heyang 2 rokov pred
rodič
commit
85e8e9be1a
1 zmenil súbory, kde vykonal 5 pridanie a 2 odobranie
  1. 5 2
      pages/emergencyEvacuationBig.vue

+ 5 - 2
pages/emergencyEvacuationBig.vue

@@ -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
 						});