二手车交易,调数字键盘
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
type="number"
|
||||
style="border: none"
|
||||
class="radioWrap"
|
||||
v-model="form.maxPrice"
|
||||
v-model="form.minPrice"
|
||||
input-align="right"
|
||||
>
|
||||
<template slot="right-icon" >
|
||||
@ -172,7 +172,7 @@ export default {
|
||||
mileage:'',
|
||||
contactNumber:'',
|
||||
minPrice:0,
|
||||
maxPrice:'',
|
||||
// maxPrice:'',
|
||||
desc:'',
|
||||
},
|
||||
radio: 0,
|
||||
@ -339,7 +339,7 @@ export default {
|
||||
if (this.form.vehicleType=='拖车' && !this.form.boardType) {
|
||||
this.$toast('落板方式不能为空')
|
||||
return
|
||||
}else{
|
||||
}else if(this.form.vehicleType !=='拖车'){
|
||||
this.form.boardType=''
|
||||
}
|
||||
let rule=this.validationRules.find(item=>!item.value)
|
||||
@ -359,7 +359,7 @@ export default {
|
||||
sessionStorage.setItem('vehicleAnglePhotoList','')
|
||||
sessionStorage.setItem('otherImgSrcList','')
|
||||
sessionStorage.setItem('otherImgSrc','')
|
||||
this.$toast('发布完成')
|
||||
this.$toast('发布成功')
|
||||
if(this.isWebFunc()){
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
|
Reference in New Issue
Block a user