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;
+ }