二手车交易,识别接口更换
This commit is contained in:
@ -171,7 +171,7 @@ export default {
|
||||
areaCode:'',
|
||||
mileage:'',
|
||||
contactNumber:'',
|
||||
minPrice:0,
|
||||
minPrice:'',
|
||||
// maxPrice:'',
|
||||
desc:'',
|
||||
},
|
||||
@ -402,7 +402,7 @@ export default {
|
||||
{ value: this.form.areaCode, name: '所在城市不能为空' },
|
||||
{ value: this.form.mileage, name: '行驶里程不能为空' },
|
||||
{ value: this.form.contactNumber, name: '联系方式不能为空' },
|
||||
{ value: this.form.maxPrice, name: '售价不能为空' },
|
||||
{ value: this.form.minPrice, name: '售价不能为空' },
|
||||
];
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user