Explorar el Código

Update album-my.tsx

lex hace 2 años
padre
commit
be9c41af10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/music/personal/album-my.tsx

+ 1 - 1
src/views/music/personal/album-my.tsx

@@ -53,7 +53,7 @@ export default defineComponent({
           ? rows.value.map(item => <Item data={item} />)
           : !loading.value && (
               <ColResult
-                tips="暂无收藏专辑"
+                tips="暂无专辑"
                 classImgSize="SMALL"
                 btnStatus={false}
               />