细节优化
parent
e063f9c4f8
commit
10f561ab9b
|
|
@ -1,4 +1,5 @@
|
|||
project.config.json
|
||||
project.swan.json
|
||||
.swan
|
||||
.DS_Store
|
||||
.vscode-swan
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue