Ver Fonte

修改coinmarketcap排名總數

Mike há 3 anos atrás
pai
commit
dedb30f09d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      index.html

+ 1 - 1
index.html

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