Browse Source

修改跳转问题

lex 1 năm trước cách đây
mục cha
commit
2b07d95c2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/teacher/share-page/share.ts

+ 1 - 1
src/teacher/share-page/share.ts

@@ -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)