| | |
| | | // 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 |