var currentUser = AV.User.current();
currentUser.isAuthenticated().then(function(authenticated){
// console.log(authenticated); 根据需求进行后续的操作
});
报错: currentUser.isAuthenticated is not a function
-
创建时间
17年1月11日
-
最后回复
17年1月11日
-
5
回复
-
1.2K
浏览
-
2
用户