Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
40e152ede0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',
           {