lex-xin 7 달 전
부모
커밋
5b253eb053
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tenant/music/courseListSearch/index.tsx

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

@@ -197,7 +197,7 @@ export default defineComponent({
         postMessage({
           api: 'openWebView',
           content: {
-            url: `${location.origin}${location.pathname}#/coursewarePlay?lessonId=${route.query.id}&source=search&kId=${item.id}&search=${encodeURIComponent(data.search)}`,
+            url: `${location.origin}${location.pathname}#/coursewarePlay?lessonId=${route.query.id}&source=search&kId=${item.id}&search=${encodeURIComponent(data.search || '')}`,
             orientation: 0,
             isHideTitle: true,
             statusBarTextColor: false,