소스 검색

Update index.tsx

lex 2 년 전
부모
커밋
40e152ede0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
           {