Browse Source

文件上传

zhaoxiaohai 2 years ago
parent
commit
33e1fb51b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/My_upload/index.js

+ 1 - 1
components/My_upload/index.js

@@ -98,7 +98,7 @@ Component({
                             "serialfilename": res.serialfilename
                         }
                     }).then(s => {
-                        console.log(s)
+                        console.log("文件上传反馈", s)
                         // if (s.msg != "成功") return;
                         that.triggerEvent("uploadCallback", s.data.attachmentids);
                     }).catch(err => {