app/src/main/java/com/hdl/photovoltaic/ui/adapter/HouseInfoAdapter.java
@@ -79,16 +79,18 @@ @Override public void run() { holder.item_parent_swipeLayout.open(); // holder.item_parent_swipeLayout.open(false, false); } }, 200); }, 50); } else { holder.item_parent_swipeLayout.postDelayed(new Runnable() { @Override public void run() { holder.item_parent_swipeLayout.close(); // holder.item_parent_swipeLayout.close(false, false); } }, 200); }, 50); } HdlLogLogic.print("电站名称--->" + houseIdBean.getHomeName() + "--->" + houseIdBean.isEdit() + "--->" + holder.item_parent_swipeLayout.toString());