YY 2 years ago
parent
commit
3849bc761b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/match/schedule.js

+ 1 - 1
pages/match/schedule.js

@@ -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 });