收藏
回答

checkLoginRes不存在。

官方教程:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/web/minimal-example/html.html

doLogin已经登录成功。
执行getUserInfo时,报错:checkLoginRes is not defined
checkLoginRes 里面的cloludId在哪里可以获取?

回答关注问题邀请回答
收藏

1 个回答

  • Shannon
    Shannon
    2020-11-10

    你好,checkLoginRes 为在检查登录时(cloud.checkLogin)返回的结果,可以暂存在全局变量 window 中,可以参考下面代码进行保存:

              console.log(`checkLogin options: `, checkLoginOptions)
              const result = await cloud.checkLogin(checkLoginOptions)
              window.checkLoginRes = result // 保存 checkLogin 到 window 全局中
              console.log(`checkLogin result: `, result)
    


    2020-11-10
    有用
    回复
登录 后发表内容
问题标签