浏览代码

文件上传

zhaoxiaohai 2 年之前
父节点
当前提交
33e1fb51b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 => {