lex-xin 2 ay önce
ebeveyn
işleme
5b253eb053

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

@@ -197,7 +197,7 @@ export default defineComponent({
         postMessage({
         postMessage({
           api: 'openWebView',
           api: 'openWebView',
           content: {
           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,
             orientation: 0,
             isHideTitle: true,
             isHideTitle: true,
             statusBarTextColor: false,
             statusBarTextColor: false,