From dc4ac50cb9bcd3f53dccd9369ed4188b059bcb2e Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 18 Oct 2024 18:16:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/article-tabs.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/diy/article-tabs.vue b/components/diy/article-tabs.vue index bcce604b..189757f0 100644 --- a/components/diy/article-tabs.vue +++ b/components/diy/article-tabs.vue @@ -95,12 +95,10 @@ this.setData({ tabs_background: (new_tabs_background.length > 0 ? new_tabs_background : 'background:#fff;') + new_tabs_background_img, }); - console.log(1); } else { this.setData({ tabs_background: 'background:transparent', }); - console.log(2); } }, propKey(val) {