二手车交易,审核
This commit is contained in:
@ -343,7 +343,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 发布车源
|
// 发布车源
|
||||||
async submitHandle(){
|
async submitHandle(){
|
||||||
if (!this.radio) {
|
if (!this.radio && this.type==1) {
|
||||||
this.$toast('请勾选我已阅读并同意')
|
this.$toast('请勾选我已阅读并同意')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -210,7 +210,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 发布求购
|
// 发布求购
|
||||||
async submitHandle(){
|
async submitHandle(){
|
||||||
if (!this.radio) {
|
if (!this.radio && this.type==1) {
|
||||||
this.$toast('请勾选我已阅读并同意')
|
this.$toast('请勾选我已阅读并同意')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user