Browse Source

add log test

ming 3 years ago
parent
commit
c0bfa28b3e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index2.html

+ 1 - 0
index2.html

@@ -134,6 +134,7 @@
     }
     function load_data(id){
       obj = loaded_data.find(item => item.id === id)
+      console.log(obj)
       var title = document.getElementById("title")
       title.innerHTML = obj.name;
       var step;