From cb623fcefa72d5b54b1e536aa84c3f3851743975 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 20 十一月 2024 11:01:43 +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