zhaoxiaohai hace 3 años
padre
commit
c1f89519ba
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      utils/wxmlQueryPer.wxs

+ 0 - 1
utils/wxmlQueryPer.wxs

@@ -1,5 +1,4 @@
 function query(list, name) {
-    console.log(list, name)
     if (!list) return;
     return list.some(function (v) {
         return v == name