lex %!s(int64=2) %!d(string=hai) anos
pai
achega
992e15896b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/teacher/share-page/share-album/index.tsx

+ 1 - 1
src/teacher/share-page/share-album/index.tsx

@@ -172,7 +172,7 @@ export default defineComponent({
           <div class={styles.alumnContainer}>
             <div class={styles.alumnList}>
               <Title title="曲目列表" isMore={false} />
-              <Song list={rows.value} showMore={false} showPlay={false} />
+              <Song list={rows.value} showPlay={false} />
 
               {rows.value && rows.value.length <= 0 && (
                 <ColResult btnStatus={false} tips="暂无曲目" />