|
@@ -87,18 +87,6 @@ Page({
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- searchschedule: function (e) {
|
|
|
- wx.request({
|
|
|
- url: `${app.globalData.publicUrl}/courtAdmin/api/schedule`,
|
|
|
- method: 'get',
|
|
|
- data: { match_id: e._id },
|
|
|
- success(res) {
|
|
|
- if (res.data.errcode == 0) { } else {
|
|
|
- wx.showToast({ title: res.errmsg, icon: 'none', duration: 2000 })
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
// 计算高度
|
|
|
searchHeight: function () {
|
|
|
let frameStyle = this.data.frameStyle;
|