父页面:

var confirm_id = this.getAttribute("data-id");

var baseUrl = 'rectification_item.html';

var url = mui.os.plus ? baseUrl : baseUrl + '?confirm_id=' + confirm_id;

mui.openWindow({
url: url,
show: {
autoShow: false
},
extras: {
confirm_id: confirm_id
}
});

子页面:

if (mui.os.plus) {
mui.plusReady(function() {
var self = plus.webview.currentWebview();
confirm_id = self.confirm_id;
})
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案