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