二手车交易,审核

This commit is contained in:
2025-03-14 13:28:46 +08:00
parent dc028cdfae
commit f0c3b499cc
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ export default {
},
// 发布车源
async submitHandle(){
if (!this.radio) {
if (!this.radio && this.type==1) {
this.$toast('请勾选我已阅读并同意')
return
}

View File

@ -210,7 +210,7 @@ export default {
},
// 发布求购
async submitHandle(){
if (!this.radio) {
if (!this.radio && this.type==1) {
this.$toast('请勾选我已阅读并同意')
return
}