Ei kuvausta

faq.js 161B

12345678910
  1. mui.ready(function() {
  2. mui.plusReady(function() {
  3. var self = plus.webview.currentWebview();
  4. var userId = self.userId;
  5. console.log(userId);
  6. });
  7. });