From 65a4c77d5ca142efdf27e55ea0f335eccbaa87c4 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 18 Dec 2024 17:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 821017a..dad8cf8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -124,6 +124,10 @@ 查看更多 + + @@ -213,6 +217,13 @@ methods: { // 金刚区跳转 功能埋点 gotoPathMd(item,index) { + if(item.text == '找车位') { + uni.showToast({ + title: '该功能暂未开放', + icon: 'none', + duration: 2000 + }) + } this.qdTracker('homepageMainButtonClick', {buttonName: item.text, buttonSort: index}) this.gotoPath(item.path) }, @@ -803,4 +814,13 @@ height: 105.33rpx; z-index: 100; } + + footer { + font-weight: 600; + font-size: 23rpx; + color: #333333; + line-height: 40rpx; + text-align: center; + margin-top: 72rpx; + }