@@ -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 => {