1. 点击页面左上角的返回按钮,触发onUnload 时,想要获取页面节点数据,在开发工具中,无法打印res.scrollTop的值。跳转到新页面后导航栏消失(急!)。
2. iOS真机“远程调试”,显示onUnload have been invoked,但是没有打印内容.
record_progress:function(){
let that = this;
let q = wx.createSelectorQuery().in(this);
q.selectViewport().scrollOffset(function (res) {
console.log(res.scrollTop);
})exec();
},
onHide:function(){
this.record_progress();
},
onUnload:function(){
this.record_progress();
}
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
C***:
页面都销毁了啊
飞***:系统记录fail ssl hand shake error 真机调用失败
本文网址:http://www.91bianli.com/weixinxiaochengxu/32289.html