|
|
|
@ -40,7 +40,6 @@ public class DeviceItem : MonoBehaviour
|
|
|
|
|
} |
|
|
|
|
private void ViewBtn_Click() |
|
|
|
|
{ |
|
|
|
|
//DeviceInfo.Instance.OnShow(BindData); |
|
|
|
|
string deviceName = ""; |
|
|
|
|
foreach (var item in DevicePanelManager.Instance.BindObjectList) |
|
|
|
|
{ |
|
|
|
@ -59,11 +58,13 @@ public class DeviceItem : MonoBehaviour
|
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
DeviceInfo.Instance.OnShow(BindData); |
|
|
|
|
DevicePanelManager.Instance.NowClickObject = null; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
DeviceInfo.Instance.OnShow(BindData); |
|
|
|
|
DevicePanelManager.Instance.NowClickObject = null; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|