From d472f5a24bfc9431e3bcef4f46fdb65a6e7620b4 Mon Sep 17 00:00:00 2001 From: 201630126029 <1174223849@qq.com> Date: Sat, 12 Jan 2019 14:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.txt | 1 - 数据库设计表 | 2 -- 江可飞/小程序开发/app.js | 39 -------------------------------- 3 files changed, 42 deletions(-) delete mode 100644 1.txt diff --git a/1.txt b/1.txt deleted file mode 100644 index d3720b6..0000000 --- a/1.txt +++ /dev/null @@ -1 +0,0 @@ -1111111111111111 \ No newline at end of file diff --git a/数据库设计表 b/数据库设计表 index bd86ca0..d4635ca 100644 --- a/数据库设计表 +++ b/数据库设计表 @@ -1,8 +1,6 @@ User表: UsedID(主键) UserName -总金额 -用户头像 寄送信息:(单个用户可以对应到多个地址) MessageId(主键) diff --git a/江可飞/小程序开发/app.js b/江可飞/小程序开发/app.js index b545190..e69de29 100644 --- a/江可飞/小程序开发/app.js +++ b/江可飞/小程序开发/app.js @@ -1,39 +0,0 @@ -//app.js -App({ - onLaunch: function () { - // 展示本地存储能力 - var logs = wx.getStorageSync('logs') || [] - logs.unshift(Date.now()) - wx.setStorageSync('logs', logs) - - // 登录 - wx.login({ - success: res => { - // 发送 res.code 到后台换取 openId, sessionKey, unionId - } - }) - // 获取用户信息 - wx.getSetting({ - success: res => { - if (res.authSetting['scope.userInfo']) { - // 已经授权,可以直接调用 getUserInfo 获取头像昵称,不会弹框 - wx.getUserInfo({ - success: res => { - // 可以将 res 发送给后台解码出 unionId - this.globalData.userInfo = res.userInfo - - // 由于 getUserInfo 是网络请求,可能会在 Page.onLoad 之后才返回 - // 所以此处加入 callback 以防止这种情况 - if (this.userInfoReadyCallback) { - this.userInfoReadyCallback(res) - } - } - }) - } - } - }) - }, - globalData: { - userInfo: null - } -}) \ No newline at end of file