Browse Source

文件上传

zhaoxiaohai 3 năm trước cách đây
mục cha
commit
33e1fb51b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {