zhaoxiaohai 3 年 前
コミット
c1f89519ba
1 ファイル変更0 行追加1 行削除
  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