diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index c8f8179b..1b1e2b00 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -81,7 +81,15 @@ :value="item.value"> - + + +
@@ -251,12 +259,6 @@ export default { }); }, methods:{ - handleFocus(e) { - console.log("e",e) - e.preventDefault(); // 阻止默认行为(键盘弹出) - this.areaShow = true; - // 监听清空按钮的点击事件 - }, confirmHandle(val){ if(val[0].name.includes('市')){ this.areaName=val[0].name