Explorar el Código

Update index.tsx

lex hace 1 año
padre
commit
f98e5e0ef8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/hot-music-more/index.tsx

+ 1 - 1
src/views/hot-music-more/index.tsx

@@ -241,7 +241,7 @@ export default defineComponent({
                   class={styles.musicItem}
                   border={false}
                   center
-                  onClick={(item: any) => onDetail(item)}>
+                  onClick={() => onDetail(item)}>
                   {{
                     icon: () => (
                       <Image class={styles.musicImg} src={item.titleImg} />