已经清楚登录状态了,程序运行完成之后,还是处于等于状态,是什么原因?

发布于 6 年前作者 fxue8790 次浏览最后编辑 6 年前来自 ask

wx.checkSession({

      success: (res) => {

        console.log("登录状态")

      },

      fail:function(){

        console.log("重新授权")

      },

    })

1 回复
xiulan89
xiulan891 楼4 年前

怎样清除登录状态的