YY 3 anni fa
parent
commit
3849bc761b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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', })
             else wx.showToast({ title: '不可上传', duration: 2000, icon: 'error', })
         }
         }
     },
     },
-    // 公共上传图片方法
+    // 公共修改图片方法
     commonUpload: async function (data) {
     commonUpload: async function (data) {
         const that = this;
         const that = this;
         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 });