mac
2023-12-29 fcf5f4e8176501e7c7a640746e03496986d0204a
app/src/main/java/com/hdl/photovoltaic/ui/powerstation/HouseListFragment.java
@@ -94,8 +94,12 @@
//                        Intent intent = new Intent();
//                        intent.setClass(_mActivity, FastScanActivity.class);
//                        startActivity(intent);
                        String path = HDLUniMP.UNI_EVENT_OPEN_HOME_CREATION
                                + "&token=" + UserConfigManage.getInstance().getToken()
                                + "&refreshToken=" + UserConfigManage.getInstance().getRefreshToken()
                                + "&serverAddress=" + AppConfigManage.getUserRegionUrl();
//                        // 打开小程序页面
                        HdlUniLogic.getInstance().openUniMP(HDLUniMP.UNI_EVENT_OPEN_HOME_CREATION, null);
                        HdlUniLogic.getInstance().openUniMP(path, null);
                    }
                    @Override
@@ -118,7 +122,7 @@
            @Override
            public void onClick(int position, HouseIdBean houseIdBean) {
                //点击住宅详情
                HdlLogLogic.print("点击住宅详情===" + new Gson().toJson(houseIdBean), false);
                HdlLogLogic.print("点击住宅详情--->" + new Gson().toJson(houseIdBean), false);
                HdlResidenceLogic.getInstance().switchHouse(houseIdBean);
                String path = HDLUniMP.UNI_EVENT_OPEN_HOME_DETAILS
                        + "?homeId=" + houseIdBean.getHomeId()