wjc
2025-05-26 fa2c6bc596778480e57a9df64ea1aa925ed1f8b4
app/src/main/java/com/hdl/photovoltaic/ui/adapter/HouseInfoAdapter.java
@@ -1,3 +1,4 @@
package com.hdl.photovoltaic.ui.adapter;
import android.content.Context;
@@ -103,7 +104,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);
        }
@@ -312,4 +314,4 @@
    }
}
}