@@ -51,7 +51,7 @@ Page({
else wx.showToast({ title: '不可上传', duration: 2000, icon: 'error', })
}
},
- // 公共上传图片方法
+ // 公共修改图片方法
commonUpload: async function (data) {
const that = this;
const arr = await app.$post(`/courtAdmin/api/schedule/${that.data.id}`, { match_file: data });