Browse Source

attention log

xuxh 5 years ago
parent
commit
8331e541b7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/attention/attention.js

+ 4 - 4
pages/attention/attention.js

@@ -69,20 +69,20 @@ Page({
       userId:wx.getStorageSync('openid')
       userId:wx.getStorageSync('openid')
       // userId:'ocVI541TGfnTChi5DlIa7beac2YM'
       // userId:'ocVI541TGfnTChi5DlIa7beac2YM'
     }
     }
-    console.log(userId);
+    // console.log(userId);
     var that = this;
     var that = this;
     // this.getFollow(userId);
     // this.getFollow(userId);
     wx.showLoading({title: '加载中…'})
     wx.showLoading({title: '加载中…'})
     wxRequest.followList(userId).then((res)=>{
     wxRequest.followList(userId).then((res)=>{
       
       
-      console.log(res);
-      console.log(res.data.data); 
+      // console.log(res);
+      // console.log(res.data.data); 
       wx.hideLoading()    
       wx.hideLoading()    
       if(res.statusCode==200){
       if(res.statusCode==200){
         that.setData({
         that.setData({
          array:res.data.data
          array:res.data.data
         })
         })
-         console.log(that.data.array);
+        //  console.log(that.data.array);
        }else{
        }else{
         wx.showToast({
         wx.showToast({
           title: '125',
           title: '125',