From 10f561ab9b103b69d7e96b64029a2210a992321b Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 21 May 2021 00:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=20=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode/.gitignore | 3 ++- .../common/open-setting-location/open-setting-location.js | 1 - sourcecode/weixin/default/app.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sourcecode/.gitignore b/sourcecode/.gitignore index e2b6b1b75..552177c6e 100755 --- a/sourcecode/.gitignore +++ b/sourcecode/.gitignore @@ -1,4 +1,5 @@ project.config.json project.swan.json .swan -.DS_Store \ No newline at end of file +.vscode-swan +.DS_Store diff --git a/sourcecode/toutiao/default/pages/common/open-setting-location/open-setting-location.js b/sourcecode/toutiao/default/pages/common/open-setting-location/open-setting-location.js index 1889a1d60..a8f9e250f 100644 --- a/sourcecode/toutiao/default/pages/common/open-setting-location/open-setting-location.js +++ b/sourcecode/toutiao/default/pages/common/open-setting-location/open-setting-location.js @@ -20,7 +20,6 @@ Page({ var self = this; tt.getSetting({ success(res) { - console.log(res) if (!res.authSetting[self.data.auth]) { tt.authorize({ scope: self.data.auth, diff --git a/sourcecode/weixin/default/app.js b/sourcecode/weixin/default/app.js index bef1bd00c..72fd46850 100755 --- a/sourcecode/weixin/default/app.js +++ b/sourcecode/weixin/default/app.js @@ -270,7 +270,6 @@ App({ dataType: 'json', header: { 'content-type': 'application/x-www-form-urlencoded' }, success: (res) => { - console.log(res.data); wx.hideLoading(); if (res.data.code == 0) { var data = res.data.data;