Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
4a4d9caf1c
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/music/list/index.tsx

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

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