从后台返回小程序时,安卓、IOS表现不一致
发布于 6 年前 作者 liaona 13406 次浏览 来自 问答

- 当前 Bug 的表现

1,从开发者工具,分别使用Android、IOS手机通过真机调试,打开 pages/index/index?type=test 页。此时App.onShow的回调参数中name为pages/index/index,query为{type: ‘test’}

2,  按右上角退出按钮,退至微信聊天页面,再从【发现-小程序】打开刚访问的小程序,此时,Android、IOS手机表现不一致。

Android手机:App.onShow的回调参数中name为pages/index/index,query为{type: ‘test’}

IOS手机:App.onShow的回调参数中name为pages/index/index,query为{ }

- 预期表现

Android、IOS手机表现一致(个人认为IOS表现更合理)


IOS调试表现


__
__

安卓调试表现:

__
__


__
__

__
__

- 提供一个最简复现 Demo

代码片段地址:https://developers.weixin.qq.com/s/IOqXlQmO7B8j

1 回复

代码片段填写了APPID是可以进行真机调试的,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部