zs 2 年之前
父節點
當前提交
5b79dd0c01
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pages/usermysign/index.js

+ 0 - 1
pages/usermysign/index.js

@@ -104,7 +104,6 @@ Page({
                 const arr = await app.$get(`/newCourt/api/view/myMatchList/`, { openid: res.data.openid, ...info });
                 if (arr.errcode == '0') {
                     that.setData({ list: arr.data })
-                    console.log(arr.data);
                 }
             },
             fail: res => {