Explorar el Código

试卷图片页

wushaodong hace 3 años
padre
commit
1b7c42fa05
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      js/new_list.js

+ 0 - 2
js/new_list.js

@@ -34,8 +34,6 @@ $(function () {
         },
         success: function (res) {
           let { dataList, totalPage } = res.data;
-          console.log(res.data)
-          console.log(totalPage)
           let father = document.createDocumentFragment();
           Array.from(dataList).forEach(
             item => {