| | |
| | | import com.hdl.photovoltaic.config.AppConfigManage; |
| | | import com.hdl.photovoltaic.other.HdlLogLogic; |
| | | import com.hdl.photovoltaic.other.HdlThreadLogic; |
| | | import com.hdl.sdk.link.core.bean.eventbus.BaseEventBus; |
| | | |
| | | import org.greenrobot.eventbus.EventBus; |
| | | import org.json.JSONException; |
| | | import org.json.JSONObject; |
| | | |
| | |
| | | if (appid.equals(mCurrentAppId)) { |
| | | mCurrentAppId = ""; |
| | | } |
| | | |
| | | // //小程序被关闭了通知给原生 |
| | | // BaseEventBus baseEventBus = new BaseEventBus(); |
| | | // baseEventBus.setType(HDLUniMP.UNI_EVENT_REPLY_HOME_CLOSE_HOME_DETAILS_PAGE); |
| | | // EventBus.getDefault().post(baseEventBus); |
| | | |
| | | } |
| | | }); |
| | | |