| 
					
				 | 
			
			
				@@ -15,8 +15,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="sensor"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view v-for="(item,index) in sensorData" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<img class="sensor-l" :src="baseUrl+item.icon"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<veiw class="sensor-r">{{item.deviceName}}: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					{{item.deviceValue?item.deviceValue:''}}{{item.unit?item.unit:''}}</veiw> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="sensor-r">{{item.deviceName}}: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					{{item.deviceValue?item.deviceValue:''}}{{item.unit?item.unit:''}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<!-- 智能控制 --> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -162,7 +162,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								setTimeout(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 									self.iotAppHardwareFindByType(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								},200) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								console.log('用户点击确定'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							} else if (res.cancel) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								console.log('用户点击取消'); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -464,13 +464,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			box-sizing: border-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			>view { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				min-height: 66rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				width: 355rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				justify-content: flex-start; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				align-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				.sensor-l { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					flex-shrink: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					width: 42rpx; 
			 |