mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 19:39:45 +08:00
细节优化
This commit is contained in:
parent
e063f9c4f8
commit
10f561ab9b
3
sourcecode/.gitignore
vendored
3
sourcecode/.gitignore
vendored
@ -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
Block a user