From beb746abe87907fe6bc9394e0f20f07796dc8e85 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 19 Mar 2018 16:46:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A2=9E=E5=8A=A0=E5=8F=88?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=BD=91=E9=A1=B5=E6=8E=88=E6=9D=83=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/config/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/application/wechat/view/config/index.html b/application/wechat/view/config/index.html index d374a351d..2335c17bd 100644 --- a/application/wechat/view/config/index.html +++ b/application/wechat/view/config/index.html @@ -146,7 +146,6 @@ function updateViwe() { var type = $('[name="wechat_type"]:checked').val(); - console.log('[data-api-type="' + type + '"]'); $('[data-api-type]').not($('[data-api-type="' + type + '"]').removeClass('hide')).addClass('hide'); } });