From dfb74d02af1f817c4c86a41182233e67eab74be3 Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Wed, 15 Nov 2023 23:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0:fixed=EF=BC=9A?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=9B=E5=95=86=EF=BC=8C=E5=87=BA=E7=A7=9F?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DropDown/DropDown.vue | 1 - pages/index/NavBarPages/czxx/czxx.vue | 2 +- pages/index/NavBarPages/xmzs/xmzs.vue | 2 +- pages/index/index.vue | 20 +++++++++++++++++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/components/DropDown/DropDown.vue b/components/DropDown/DropDown.vue index fbb3786..d53355f 100644 --- a/components/DropDown/DropDown.vue +++ b/components/DropDown/DropDown.vue @@ -47,7 +47,6 @@ return { title: ['行业', '区域', '面积', '筛选'], activeIndex: -1, - // postlist: [['全部', '餐饮美食', '百货超市', '美容美发'],['区域1', '区域2', '区域3', '区域4'],['100m2','200m2','300m2'],['附近的', '最新发布的', '其他']] }; }, computed: { diff --git a/pages/index/NavBarPages/czxx/czxx.vue b/pages/index/NavBarPages/czxx/czxx.vue index ef1e820..fafc32c 100644 --- a/pages/index/NavBarPages/czxx/czxx.vue +++ b/pages/index/NavBarPages/czxx/czxx.vue @@ -15,7 +15,7 @@ - + diff --git a/pages/index/NavBarPages/xmzs/xmzs.vue b/pages/index/NavBarPages/xmzs/xmzs.vue index ef1e820..fafc32c 100644 --- a/pages/index/NavBarPages/xmzs/xmzs.vue +++ b/pages/index/NavBarPages/xmzs/xmzs.vue @@ -15,7 +15,7 @@ - + diff --git a/pages/index/index.vue b/pages/index/index.vue index 629d325..f680ff4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,6 +4,13 @@ + @@ -51,7 +58,6 @@ methods: { getBanner(){ this.$api.getBanner().then(res=>{ - console.log('轮播图',res.data.data); this.swiperList = res.data.data.map(item=>this.$api.imgUrl+item.img) }) }, @@ -175,6 +181,18 @@ right: 17rpx; top: 1109rpx; z-index: 1; + .service-btn { + position: absolute; + top: 0; + background-color: inherit; + border-radius: 50%; + width: 108rpx; + height: 108rpx; + } + .service-btn::after { + border: none; + + } } }