Explorar el Código

Update index.tsx

lex hace 2 años
padre
commit
40e152ede0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/music/list/index.tsx

+ 1 - 1
src/views/music/list/index.tsx

@@ -249,7 +249,7 @@ export default defineComponent({
 
     onMounted(async () => {
       try {
-        if (browser().iPhone) return
+        if (!browser().iPhone) return
         const { data } = await request.get(
           '/api-admin/appVersionInfo/queryByPlatform',
           {