浏览代码

获取关注详情userId写活

xuxh 5 年之前
父节点
当前提交
03c28b47f8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/attention/attention.js

+ 2 - 2
pages/attention/attention.js

@@ -75,8 +75,8 @@ Page({
     });
     });
     // 获取关注的信息
     // 获取关注的信息
     var userId={
     var userId={
-      // userId:wx.getStorageSync('openid')
-      userId:'ocVI541TGfnTChi5DlIa7beac2YM'
+      userId:wx.getStorageSync('openid')
+      // userId:'ocVI541TGfnTChi5DlIa7beac2YM'
     }
     }
     console.log(userId);
     console.log(userId);
     this.getFollow(userId);
     this.getFollow(userId);