Explorar el Código

修改coinmarketcap排名總數

Mike hace 3 años
padre
commit
dedb30f09d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -3487,7 +3487,7 @@
 
             // 完整數據
             $('.showdata').click(function () {
-                get_data(100);
+                get_data(80);
             });
         });
     </script>