细节优化

This commit is contained in:
Devil 2021-05-21 00:24:06 +08:00
parent e063f9c4f8
commit 10f561ab9b
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
project.config.json
project.swan.json
.swan
.DS_Store
.vscode-swan
.DS_Store

View File

@ -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,

View File

@ -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;