码迷,mamicode.com
首页 > 其他好文 > 详细

mui 进行父子页面传值以及接收

时间:2018-08-20 20:38:26      阅读:626      评论:0      收藏:0      [点我收藏+]

标签:获取   usr   code   传值   open   接收   class   function   web   

 1.在父级页面进行传值  (my)         
mui.openWindow({ url:
a.html, id: a, extras: { my: listpub },
});

2.自己页面接收值

  mui.plusReady(function() {

    //plus.webview.currentWebview 为获取父级页面
    value = plus.webview.currentWebview().my;
  });

 

 

mui 进行父子页面传值以及接收

标签:获取   usr   code   传值   open   接收   class   function   web   

原文地址:https://www.cnblogs.com/duanzb/p/9507847.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!