提交 10f561ab 编写于 作者: D Devil

细节优化

上级 e063f9c4
project.config.json
project.swan.json
.swan
.DS_Store
\ No newline at end of file
.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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册