lex-xin il y a 3 semaines
Parent
commit
8950caa5ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/tenant/music/coursewarePlay/index.tsx

+ 1 - 1
src/tenant/music/coursewarePlay/index.tsx

@@ -1324,7 +1324,7 @@ export default defineComponent({
                       postMessage({
                         api: 'openWebView',
                         content: {
-                          url: `${getHttpOrigin()}${location.pathname}#/coursewarePlay?lessonId=${data.refLevelList}&source=search&kId=${res.materialId}&search=${encodeURIComponent(data.searchTemp ? JSON.parse(JSON.stringify(data.searchTemp)) : '')}`,
+                          url: `${getHttpOrigin()}${location.pathname}#/coursewarePlay?lessonId=${data.lessonId}&source=search&kId=${res.materialId}&search=${encodeURIComponent(data.searchTemp ? JSON.parse(JSON.stringify(data.searchTemp)) : '')}`,
                           orientation: 0,
                           isHideTitle: true,
                           statusBarTextColor: false,