Commit 5c0d868c authored by 华国豪's avatar 华国豪 🙄

no message

parent cfea6c66
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
let newArr=[]; let newArr=[];
newArr.push(file.file) newArr.push(file.file)
let path="/Upload/Temporary/" let path="/Upload/Temporary/"
this.uploadFile(path,newArr,x=>{ this.UploadSelfFile(path,newArr,x=>{
this.appMsg.Image.push(x.res.requestUrls[0]) this.appMsg.Image.push(x.res.requestUrls[0])
this.fileList.push({url:x.res.requestUrls[0]}) this.fileList.push({url:x.res.requestUrls[0]})
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment