Explorar el Código

恢复代码,放弃ios自动播放

孙志雷 hace 6 años
padre
commit
cd8d1e43fa
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -28,8 +28,9 @@
                 //alert(JSON.stringify(userData.data))
                 localStorage.setItem('userData', JSON.stringify(userData.data));
             },
-            error: function () {
-                //alert('已失效,请重新打开')
+            error: function (e) {
+                alert(e);
+                alert('已失效,请重新打开')
             }
         });
     </script>