Kaynağa Gözat

Merge branch 'master' of http://git.cc-lotus.info/ball-court/court-mobile1

guhongwei 2 yıl önce
ebeveyn
işleme
fcb2693f8d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 });