|
else wx.showToast({ title: '不可上传', duration: 2000, icon: 'error', })
|
|
else wx.showToast({ title: '不可上传', duration: 2000, icon: 'error', })
|
|
const arr = await app.$post(`/courtAdmin/api/schedule/${that.data.id}`, { match_file: data });
|
|
const arr = await app.$post(`/courtAdmin/api/schedule/${that.data.id}`, { match_file: data });
|