Selaa lähdekoodia

修改coinmarketcap排名總數

Mike 3 vuotta sitten
vanhempi
commit
dedb30f09d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      index.html

+ 1 - 1
index.html

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