iphone6微信小程序授权异常
- 当前 Bug 的表现(可附上截图)
当使用button组件的open-data,bindgetuserinfo无法调起授权,但是使用微信开发工具的真机调试的时候又可以出现授权,函数调用正常
- 预期表现
点击绑定了bindgetuserinfo的时候会弹出授权
- 复现路径
客户端为iphone6,微信版本为6.6.6
- 提供一个最简复现 Demo
<button class=“start_btn” open-type=‘getUserInfo’ bindgetuserinfo=‘getuser’>点击授权</button>
使用小程序开发助手得到console信息报错,使用的预览版,
thirdScriptError sdk uncaught third error syntaxerror line:2560,column:0,syntaxerror:unexpected keyword ‘new’.expected ‘)’ to end a compound expression.stack
这个应该是内部哪里出错了