一个单页页面,打开弹出产品详情(页面未跳转,pop弹出层,window.history.replaceState修改了url,并打算post产品名称到小程序)
wx.miniProgram.getEnv(function(res)
if (res.miniprogram){
///that.$toast('感谢分享 '+f.name);
//华为nova手机,以及华为的mate10,以下代码不运行。店铺页面打开时,wx.miniProgram.postMessage运行过一次。
//用开发工具调试,未发现 var pages = getCurrentPages() 这个数组中存在新的数据。
wx.miniProgram.postMessage({ data:{title:'红烧肉',desc:'好吃不胖'} });
}
});
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)