| | |
| | | break; |
| | | //毫米波传感器(自研北邮) |
| | | case SPK.SenesorMegahealth: |
| | | case SPK.SensorMmvPose: |
| | | { |
| | | |
| | | LogicView.FunTypeView view1 = new LogicView.FunTypeView(); |
| | |
| | | } |
| | | } |
| | | PublicInterface view = new PublicInterface(); |
| | | //var listStr = view.GetViewList(key); |
| | | |
| | | var listStr = view.GetSensorLevelList(device);//2022年05月25日10:01:33 产品经理君煌要求改成动态 |
| | | //if (listStr.Count == 0) |
| | | //{ |
| | | // //听说是为了兼用很老很老的项目 |
| | | // listStr = view.GetViewList(key); |
| | | //} |
| | | view.SingleSelectionShow(frame, listStr, Language.StringByID(title), view.GetSensorLevelText(device, stateValue,true) |
| | | , (text) => |
| | | { |
| | |
| | | //界面显示选中值 |
| | | btnState.Text = face.userName; |
| | | //数据封装 |
| | | AddDictionary("open_type", "1", "string"); |
| | | AddDictionary("open_type", "1", "integer"); |
| | | AddDictionary("user_id", face.userId, "string"); |
| | | |
| | | }, false); |