From f97c558fa0fdb501fa3f9a6d51744b9ef5adcbf2 Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Fri, 10 Nov 2023 21:19:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9A?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SearchShopListItem/SearchShopListItem.vue | 4 +- pages/index/NavBarPages/cjal/cjal.vue | 32 ++++++-- pages/index/NavBarPages/czxx/czxx.vue | 63 ++++++++++++++- pages/index/NavBarPages/xmzs/xmzs.vue | 63 ++++++++++++++- pages/index/NavBarPages/zdxx/zdxx.vue | 73 ++++++++++------- pages/index/NavBarPages/zrxx/zrxx.vue | 75 +++++++++++------- static/cjal/al_icon_dwh.png | Bin 0 -> 726 bytes static/cjal/al_icon_flh.png | Bin 0 -> 329 bytes static/cjal/al_icon_mch.png | Bin 0 -> 489 bytes static/cjal/al_icon_pm.png | Bin 0 -> 278 bytes static/cjal/al_icon_sjh.png | Bin 0 -> 338 bytes static/cjal/anl_tu.png | Bin 0 -> 17032 bytes 12 files changed, 242 insertions(+), 68 deletions(-) create mode 100644 static/cjal/al_icon_dwh.png create mode 100644 static/cjal/al_icon_flh.png create mode 100644 static/cjal/al_icon_mch.png create mode 100644 static/cjal/al_icon_pm.png create mode 100644 static/cjal/al_icon_sjh.png create mode 100644 static/cjal/anl_tu.png diff --git a/components/SearchShopListItem/SearchShopListItem.vue b/components/SearchShopListItem/SearchShopListItem.vue index b714832..fb1faae 100644 --- a/components/SearchShopListItem/SearchShopListItem.vue +++ b/components/SearchShopListItem/SearchShopListItem.vue @@ -25,7 +25,7 @@ - + @@ -214,7 +214,7 @@ } } } - .pos-and-sqr { + .sqr-and-lx { justify-content: space-between; margin-top: 5px; padding-bottom: 6px; diff --git a/pages/index/NavBarPages/cjal/cjal.vue b/pages/index/NavBarPages/cjal/cjal.vue index 8183fd0..3dd11a9 100644 --- a/pages/index/NavBarPages/cjal/cjal.vue +++ b/pages/index/NavBarPages/cjal/cjal.vue @@ -1,6 +1,16 @@ @@ -8,7 +18,7 @@ export default { data() { return { - + headimg: "https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg", } }, methods: { @@ -17,6 +27,18 @@ } - diff --git a/pages/index/NavBarPages/czxx/czxx.vue b/pages/index/NavBarPages/czxx/czxx.vue index 8183fd0..ef1e820 100644 --- a/pages/index/NavBarPages/czxx/czxx.vue +++ b/pages/index/NavBarPages/czxx/czxx.vue @@ -1,6 +1,22 @@ @@ -17,6 +33,49 @@ } - diff --git a/pages/index/NavBarPages/xmzs/xmzs.vue b/pages/index/NavBarPages/xmzs/xmzs.vue index 8183fd0..ef1e820 100644 --- a/pages/index/NavBarPages/xmzs/xmzs.vue +++ b/pages/index/NavBarPages/xmzs/xmzs.vue @@ -1,6 +1,22 @@ @@ -17,6 +33,49 @@ } - diff --git a/pages/index/NavBarPages/zdxx/zdxx.vue b/pages/index/NavBarPages/zdxx/zdxx.vue index bf6d643..ef1e820 100644 --- a/pages/index/NavBarPages/zdxx/zdxx.vue +++ b/pages/index/NavBarPages/zdxx/zdxx.vue @@ -1,16 +1,20 @@ @@ -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 @@