|
@@ -60,7 +60,7 @@ export const initJumpNativePage = (url: string) => {
|
|
|
if (browser().isApp) {
|
|
|
if (state.platformType === 'STUDENT') {
|
|
|
// 自动跳转到学生端视频课详情购买页
|
|
|
- window.location.replace(url)
|
|
|
+ // window.location.replace(url)
|
|
|
// 为了处理andoird webview的跳转问题
|
|
|
if (browser().ios) {
|
|
|
window.location.replace(url)
|