Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS9 uni.getProvider接口报脚本错误 #1344

Open
luweiwei opened this issue Feb 24, 2020 · 0 comments
Open

iOS9 uni.getProvider接口报脚本错误 #1344

luweiwei opened this issue Feb 24, 2020 · 0 comments
Labels
mp-weixin 微信小程序

Comments

@luweiwei
Copy link

问题描述
iOS9下微信小程序使用uni.getProvider()会报脚本错误

复现步骤
使用uni-app官方的默认模版加入测试代码:
uni.getProvider({ service: 'oauth', success(e) { console.log('success', e); }, fail(e) { console.log('fail', e); }, });
iOS9会报脚本错误。

预期结果
正确触发success

实际结果
thirdScriptError undefined is not an object...
image

系统信息:

  • 发行平台: 微信小程序
  • 微信版本: 7.0.7
  • 操作系统: iOS 9.3.2
  • uni-app版本: uni-app v2.5.1 / uni-app cli v2.0.0-25120200103006
  • 设备信息: iPhone SE
@Otto-J Otto-J added the mp-weixin 微信小程序 label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mp-weixin 微信小程序
Projects
None yet
Development

No branches or pull requests

2 participants