From a8fbef6966b819522062bb2c3bc28426dce36370 Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Sat, 11 Nov 2023 22:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Afix?= =?UTF-8?q?=EF=BC=9A=E6=88=90=E4=BA=A4=E6=A1=88=E4=BE=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=EF=BC=8CSearchShopListItem?= =?UTF-8?q?.vue=E6=94=AF=E6=8C=81=E6=98=BE=E7=A4=BA=E6=88=90=E4=BA=A4?= =?UTF-8?q?=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DropDown/DropDown.vue | 6 +- components/DropDown/DropDownItem.vue | 39 ++++++++++- .../SearchShopListItem/SearchShopListItem.vue | 64 +++++++++++++++--- pages/index/index.vue | 9 +++ static/statistics/sy_icon_lxkf.png | Bin 0 -> 10067 bytes 5 files changed, 105 insertions(+), 13 deletions(-) create mode 100644 static/statistics/sy_icon_lxkf.png diff --git a/components/DropDown/DropDown.vue b/components/DropDown/DropDown.vue index f72e5d6..759b222 100644 --- a/components/DropDown/DropDown.vue +++ b/components/DropDown/DropDown.vue @@ -20,7 +20,7 @@ - + @@ -61,6 +61,10 @@ this.activeIndex = -1; }else this.activeIndex = index + }, + cancelDrop() { + console.log("取消遮罩"); + this.activeIndex = -1; } }, diff --git a/components/DropDown/DropDownItem.vue b/components/DropDown/DropDownItem.vue index 87ce2f2..c69318a 100644 --- a/components/DropDown/DropDownItem.vue +++ b/components/DropDown/DropDownItem.vue @@ -1,12 +1,13 @@