app/src/main/java/com/hdl/photovoltaic/ui/adapter/HouseInfoAdapter.java
@@ -103,7 +103,8 @@ } }); holder.home_del_ll.setVisibility(View.GONE); if (houseIdBean.getDeliverStatus().equals(DeliverStatus.UNDELIVERED)) { if (houseIdBean.getDebugStatus().equals(DebugStatus.Debugging)) { //未交付完要显示删除按钮 holder.home_del_ll.setVisibility(View.VISIBLE); }