mac
2024-01-02 d1ebb94e1a17b7c25d4fcf73d85345d92cc86b5c
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMPSDKManager.java
@@ -114,10 +114,10 @@
                    mCurrentAppId = "";
                }
//                //小程序被关闭了通知给原生
//                BaseEventBus baseEventBus = new BaseEventBus();
//                baseEventBus.setType(HDLUniMP.UNI_EVENT_REPLY_HOME_CLOSE_HOME_DETAILS_PAGE);
//                EventBus.getDefault().post(baseEventBus);
                //小程序被关闭了通知给原生
                BaseEventBus baseEventBus = new BaseEventBus();
                baseEventBus.setType(HDLUniMP.UNI_EVENT_REPLY_HOME_CLOSE_HOME_DETAILS_PAGE);
                EventBus.getDefault().post(baseEventBus);
            }
        });