From f63307c52e66f3463cf3c2517c80d5c5b0f60140 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期六, 05 十月 2024 18:05:38 +0800
Subject: [PATCH] update 更新支付

---
 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