diff --git a/components/no-data/no-data.vue b/components/no-data/no-data.vue index 3ebe365e..6c5f4e10 100644 --- a/components/no-data/no-data.vue +++ b/components/no-data/no-data.vue @@ -107,8 +107,6 @@ // 已经有网络了则结束定时任务、并正常继续等待走加载过程 if(self.network_type_value != 'none') { clearInterval(self.timer); - - console.log(self.network_type_value) } } });