|
@@ -1,6 +1,4 @@
|
|
|
const app = getApp()
|
|
|
-import { examine_status } from '../../utils/dict';
|
|
|
-import WxValidate from '../../utils/wxValidate';
|
|
|
Page({
|
|
|
|
|
|
/**
|
|
@@ -104,7 +102,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 => {
|