From f33c802da1220fea8526ed44db31d08f72c7aed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 16 Dec 2024 15:59:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8a172cdf..cc6c5262 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -448,8 +448,6 @@ this.init(); // 初始化配置 this.init_config(); - debugger; - console.log(this.$refs.common); // 公共onshow事件 if ((this.$refs.common || null) != null) { this.$refs.common.on_show();