Parcourir la source

Signed-off-by: yukangzhe <382985154@qq.com>

yukangzhe il y a 3 ans
Parent
commit
cf3b172980
1 fichiers modifiés avec 11 ajouts et 11 suppressions
  1. 11 11
      app.js

+ 11 - 11
app.js

@@ -43,16 +43,16 @@ App({
       success: res => {
         if (res.authSetting['scope.userInfo']) {
           // 已经授权,可以直接调用 getUserInfo 获取头像昵称,不会弹框
-          wx.getUserInfo({
-            success: res => {
-              this.globalData.userInfo = res.userInfo;
-              // 由于 getUserInfo 是网络请求,可能会在 Page.onLoad 之后才返回
-              // 所以此处加入 callback 以防止这种情况
-              if (this.userInfoReadyCallback) {
-                this.userInfoReadyCallback(res)
-              }
-            }
-          })
+          // wx.getUserInfo({
+          //   success: res => {
+          //     this.globalData.userInfo = res.userInfo;
+          //     // 由于 getUserInfo 是网络请求,可能会在 Page.onLoad 之后才返回
+          //     // 所以此处加入 callback 以防止这种情况
+          //     if (this.userInfoReadyCallback) {
+          //       this.userInfoReadyCallback(res)
+          //     }
+          //   }
+          // })
         } else {
           console.log('未获取用户信息 ... ')
         }
@@ -68,7 +68,7 @@ App({
   },
 
   globalData: {
-    ver:'1.1.0',
+    ver:'1.1.1',
     userInfo: null,
     openId: '',
     imageUrl: 'https://app.schoolwisdoms.com/static/wx/images/',