mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 17:26:44 +08:00
上传图片接口增加图片类型和订单号相关入参字段
This commit is contained in:
@@ -817,8 +817,8 @@ export default {
|
|||||||
})
|
})
|
||||||
let formdata = new FormData()
|
let formdata = new FormData()
|
||||||
formdata.append('imgPath', that.dataURLtoFile(that.file, that.imgName))
|
formdata.append('imgPath', that.dataURLtoFile(that.file, that.imgName))
|
||||||
// formdata.append('imgType', that.type)
|
formdata.append('imgType', that.type)
|
||||||
// formdata.append('orderNo', this.$route.query.orderNo)
|
formdata.append('orderNo', this.$route.query.orderNo)
|
||||||
uploadImg(formdata).then(res=>{
|
uploadImg(formdata).then(res=>{
|
||||||
if(res.result == 0 && res.path){
|
if(res.result == 0 && res.path){
|
||||||
let subBusinessNo = ''
|
let subBusinessNo = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user