zhangyun hace 4 años
padre
commit
7eefd591a3
Se han modificado 2 ficheros con 10 adiciones y 2 borrados
  1. 5 1
      pages/index/index.vue
  2. 5 1
      pages/prevention/equipmentdetails.vue

+ 5 - 1
pages/index/index.vue

@@ -140,7 +140,11 @@
 						url: "../equipMange/index/index"
 					})
 				} else if (index == 5) {
-					console.log(5)
+					uni.showToast({
+					    title: '此功能暂未开放',
+					    duration: 2000,
+						icon:"none"
+					});
 				}
 			},
 			onok(ev) {

+ 5 - 1
pages/prevention/equipmentdetails.vue

@@ -147,6 +147,11 @@
 				// uni.navigateTo({
 				// 	url:"./sim?id="+this.eqinfo.item.d_id
 				// })
+				uni.showToast({
+				    title: '此功能暂未开放',
+				    duration: 2000,
+					icon:"none"
+				});
 			},
 			control(){//设备控制
 				uni.navigateTo({
@@ -211,7 +216,6 @@
 		.control_item {
 			width: 120rpx;
 			height: 120rpx;
-
 			image {
 				width: 70rpx;
 				height: 70rpx;