|
@@ -554,7 +554,7 @@ export default {
|
|
|
endTime: this.insuranceEndTime ? this.insuranceEndTime + ' 23:59:59' : '',
|
|
|
policyType: 'AC',
|
|
|
policyPrice: 0,
|
|
|
- policyUrl: this.imageList.map(item => item.urls).join(',')
|
|
|
+ policyUrl: this.imageList.map(item => item.url).join(',')
|
|
|
}
|
|
|
}
|
|
|
},
|