From 0a668e6f573a449d847730a06d6c2e17e4b48b79 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 21 May 2025 13:55:09 +0800 Subject: [PATCH] =?UTF-8?q?story#6462,=E9=98=BB=E6=AD=A2=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E9=BB=98=E8=AE=A4=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/indexList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index 86ab18cc..469355e4 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -81,7 +81,7 @@ :value="item.value"> - +
@@ -250,6 +250,10 @@ export default { }); }, methods:{ + handleFocus(e) { + e.preventDefault(); + this.areaShow = true; + }, confirmHandle(val){ if(val[0].name.includes('市')){ this.areaName=val[0].name