|
@@ -108,7 +108,7 @@ Page({
|
|
|
wx.getStorage({
|
|
|
key: 'user',
|
|
|
success: async (res) => {
|
|
|
- let info = { skip: 0, limit: 1000, referee_id: res.data.openid };
|
|
|
+ let info = { skip: 0, limit: 1000, referee_id: res.data.openid,status:'2' };
|
|
|
// if (searchInfo && searchInfo.name) info.name = searchInfo.name;
|
|
|
const arr = await app.$get(`/newCourt/api/race`, { ...info });
|
|
|
if (arr.errcode == '0') {
|