|
@@ -100,7 +100,7 @@ Page({
|
|
|
if (arr.errcode == '0') {
|
|
|
that.setData({ info: arr.data })
|
|
|
} else { wx.showToast({ title: `${res.errMsg}`, icon: 'fail', duration: 2000 }); }
|
|
|
- arr = await app.$get(`/newCourt/api/matchProject`);
|
|
|
+ arr = await app.$get(`/newCourt/api/matchProject`, { skip: 0, limit: 1000 });
|
|
|
if (arr.errcode == '0') that.setData({ projectList: arr.data })
|
|
|
}
|
|
|
},
|