|
@@ -18,6 +18,7 @@ import com.cooleshow.base.router.RouterPath;
|
|
|
import com.cooleshow.base.utils.MusicSheetUtils;
|
|
|
import com.cooleshow.base.utils.SizeUtils;
|
|
|
import com.cooleshow.base.utils.UiUtils;
|
|
|
+import com.cooleshow.base.utils.helper.WebStartHelper;
|
|
|
import com.cooleshow.student.R;
|
|
|
import com.cooleshow.student.bean.HomeHotMusicSheetBean;
|
|
|
|
|
@@ -72,13 +73,7 @@ public class HomeHotMusicSheetItemView extends FrameLayout {
|
|
|
if (UiUtils.isFastClick()) {
|
|
|
return;
|
|
|
}
|
|
|
- ARouter.getInstance().build(RouterPath.WebCenter.ACTIVITY_ACCOMPANY_HTML)
|
|
|
- .withString("url", String.format(WebConstants.SCORE_DETAIL_PAGE, mBean.id))
|
|
|
- .withBoolean("isHideTitle", true)
|
|
|
- .withBoolean("statusBarTextColor", true)
|
|
|
- .withBoolean("isOpenLight", true)
|
|
|
- .withInt("orientation", 0)
|
|
|
- .navigation();
|
|
|
+ WebStartHelper.startMusicSheetDetail(String.valueOf(mBean.id));
|
|
|
}
|
|
|
}
|
|
|
});
|