Browse Source

图片展示

liushengqiang 1 year ago
parent
commit
c514243966
2 changed files with 2 additions and 5 deletions
  1. 1 1
      src/views/co-ai/index.tsx
  2. 1 4
      src/views/courseware-play/index.tsx

+ 1 - 1
src/views/co-ai/index.tsx

@@ -56,7 +56,7 @@ export default defineComponent({
       /** 音乐Index */
       musicIndex: 0,
       /** 显示简谱 */
-      isShowJianpu: false,
+      isShowJianpu: true,
       /** 教材列表 */
       types: [] as any[],
       /** 音乐列表 */

+ 1 - 4
src/views/courseware-play/index.tsx

@@ -123,10 +123,7 @@ export default defineComponent({
         data.knowledgePointList = res.data.map((item: any) => {
           return {
             ...item,
-            url:
-              item.type === 'SONG'
-                ? 'https://gyt.ks3-cn-beijing.ksyuncs.com/courseware/1687916228530.png'
-                : item.coverImg
+            url: item.coverImg
           };
         });
       }