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

getSetting 这个api支持了吗,因为是用这个判断是否有权限的。 #119

Open
sidealice opened this issue Dec 4, 2017 · 1 comment

Comments

@sidealice
Copy link

  • wept --version:
  • node --version:
  • 操作系统:
  • 浏览器及浏览器版本:
  • 与官方工具表现不一致?

错误日志

界面截图(可选)

@100cm
Copy link

100cm commented Feb 17, 2018

你可以在微信资源下 找到

不同的版本号的三个文件

WAService.js --->对应到楼主项目的service.js
WAWebview.js
WAWidget.js

当然你可以选择最新版

你可以选择format 一下代码 (如果你电脑垃圾不建议这么做)

然后下载作者的源码项目。在command.js 里export 一个方法 方法名就是 getSetting()

因为我没用过getSetting 所以不知道这个是干嘛的 暂时给你一个临时解决方案。

export function getSetting(data) {
onSuccess({
...data,
authSetting: {
reduce: null,
scope: {
userInfo: true,
}
}
})
}

但是微信service 好像有一个beforeSuccess的hook 检测调用。所以你也需要去改WAService.js 源码的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants