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