当前位置: 移动技术网 > IT编程>网页制作>CSS > mui传参原理介绍

mui传参原理介绍

2019年01月09日  | 移动技术网IT编程  | 我要评论
mui传参 mui.openwindow({ url: 'szdetail.html', show: { anishow: 'pop-in' }, extras:

    mui传参

    mui.openwindow({
    url: 'szdetail.html',
    show: {
    anishow: 'pop-in'
    },
    extras: { //extras里面的就是参数了
    name: that.list[index]
    },
    waiting: {
    autoshow: true, //自动显示等待框,默认为true
    }
    });

    将要跳转的页面:

    mui.plusready(function(){
    var self = plus.webview.currentwebview();
    vm.list = self.name;//获得参数
    });

如您对本文有疑问或者有任何想说的,请 点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网