|
@@ -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',
|