From f0c3b499cc11a1d9c426379f5d99bf1d68fafe45 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 13:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 2 +- src/views/secondHandCar/wantBuy.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 0d87d9eb..b3754f7f 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -343,7 +343,7 @@ export default { }, // 发布车源 async submitHandle(){ - if (!this.radio) { + if (!this.radio && this.type==1) { this.$toast('请勾选我已阅读并同意') return } diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index fadfbcb2..44acfd03 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -210,7 +210,7 @@ export default { }, // 发布求购 async submitHandle(){ - if (!this.radio) { + if (!this.radio && this.type==1) { this.$toast('请勾选我已阅读并同意') return }