Main/System/Equip/ItemsOnFloor.cs
@@ -42,8 +42,8 @@ { //bug记录:因为断线重连直接销毁界面导致OnEnable二次触发中间没有触发OnDisable,出现多次掉落的现象 // 已经调整断线重连逻辑,后续观察返回登录界面情况 EquipModel.Instance.OnItemDropEvent -= NotifyPlayItemDrop; PackManager.Instance.DeleteItemEvent -= DeleteDropItem; // EquipModel.Instance.OnItemDropEvent -= NotifyPlayItemDrop; // PackManager.Instance.DeleteItemEvent -= DeleteDropItem; //主界面打开和显隐都要刷新 Display(true, EquipModel.Instance.lastDropIndexs); EquipModel.Instance.OnItemDropEvent += NotifyPlayItemDrop;