xuxh пре 5 година
родитељ
комит
8331e541b7
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      pages/attention/attention.js

+ 4 - 4
pages/attention/attention.js

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