|
@ -867,13 +867,13 @@ |
|
|
image:that.form.ownershipList.map(item => item.url).join(','),//图片 |
|
|
image:that.form.ownershipList.map(item => item.url).join(','),//图片 |
|
|
iconImage:"",//左上角图标 |
|
|
iconImage:"",//左上角图标 |
|
|
homeImage:that.form.houseList.map(item => item.url).join(','),//产权证照片 |
|
|
homeImage:that.form.houseList.map(item => item.url).join(','),//产权证照片 |
|
|
homeMp4:that.form.mp4List.map(item => item.url).join(','),//视频 |
|
|
|
|
|
|
|
|
homeMp4:that.form.mp4List ? that.form.mp4List.map(item => item.url).join(',') : "",//视频 |
|
|
latitude:that.form.latitude, |
|
|
latitude:that.form.latitude, |
|
|
longitude:that.form.longitude |
|
|
longitude:that.form.longitude |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
console.log(that.form); |
|
|
|
|
|
console.log(params); |
|
|
|
|
|
|
|
|
// console.log(that.form); |
|
|
|
|
|
// console.log(params); |
|
|
|
|
|
|
|
|
if(this.$utils.verificationAll(params, { |
|
|
if(this.$utils.verificationAll(params, { |
|
|
image : '请上传房屋照片', |
|
|
image : '请上传房屋照片', |
|
|