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;