0
CB.CloudUser.current.logOut({

     success: function(user) {

},
     error: function(err) {

})(here shows ',' expected);
4

1 回答 1

0

您的 JS 代码中缺少一个括号。:)

于 2017-02-08T06:39:43.963 回答