开药箱失败直接return
This commit is contained in:
		
							parent
							
								
									74da88a362
								
							
						
					
					
						commit
						8ce450a4f5
					
				| 
						 | 
					@ -871,6 +871,7 @@ namespace DM_Weight.ViewModels
 | 
				
			||||||
                        Type = MsgType.ERROR,
 | 
					                        Type = MsgType.ERROR,
 | 
				
			||||||
                    };
 | 
					                    };
 | 
				
			||||||
                    _eventAggregator.GetEvent<SnackbarEvent>().Publish(alertMsg);
 | 
					                    _eventAggregator.GetEvent<SnackbarEvent>().Publish(alertMsg);
 | 
				
			||||||
 | 
					                    return;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                _socketHelper.OpenStatus = true;
 | 
					                _socketHelper.OpenStatus = true;
 | 
				
			||||||
                Thread.Sleep(200);
 | 
					                Thread.Sleep(200);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue