From 78bdca04aeb4c374c390db572d3dba11f37d31a7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 12 九月 2024 16:13:15 +0800
Subject: [PATCH] 1
---
pages/home/components/home-search.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/home/components/home-search.vue b/pages/home/components/home-search.vue
index 8cfe71a..a60ac4f 100644
--- a/pages/home/components/home-search.vue
+++ b/pages/home/components/home-search.vue
@@ -94,7 +94,7 @@
uni.setNavigationBarTitle({
title: '搜鲜花',
success: function() {
- console.log('标题搜鲜花修改成功');
+ // console.log('标题搜鲜花修改成功');
}
});
@@ -103,7 +103,7 @@
uni.setNavigationBarTitle({
title: '搜店铺',
success: function() {
- console.log('标题搜店铺修改成功');
+ // console.log('标题搜店铺修改成功');
}
});
}
--
Gitblit v1.9.3