WaKing
WaKing
  • 发布:2015-12-14 23:23
  • 更新:2015-12-15 10:32
  • 阅读:2497

获取到的值 userId 为 undefined

分类:MUI

mui.openWindow({
url: "main.html",
id: 'main',
extras:{
userId:'WWWW'
}
});

接收:

mui.plusReady(function(){

                    var self = plus.webview.currentWebview();  
                    var userId = self.userId;  
                    document.write(userId);  

                });
2015-12-14 23:23 负责人:无 分享
已邀请:
Float

Float - 专注

看一下当前的webveiw self 是否为空

该问题目前已经被锁定, 无法添加新回复