Microseer.onListenLogout = function(data){}

  • 监听用户登录状态改变,需要在Microseer.ready()方法中执行;

回调 参数说明

参数名 类型 说明
string 直接返回字符串:未登录、已登录

eg:

Microseer.ready = function() {
  Microseer.onListenLogout = function(data) {
      alert('登录状态变更'+data);
  }
};

results matching ""

    No results matching ""