-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Bug] Taro.getEnvInfoSync()
不支持字节小程序
#13957
Comments
Taro.getAccountInfoSync()
不支持字节小程序
不是一个东西吧,首先,Taro.getAccountInfoSync() 在字节小程序里面对于的就是 tt.getAccountInfoSync() 而不是 tt.getEnvInfoSync(), 再者,你这个链接是小游戏的文档,不是小程序的文档 |
@TheKonka 抱歉,链接放错了,https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/open-interface/env-info/get-env-info-sync ,Taro 有类似 |
https://developer.open-douyin.com/forum/question/post/624d41af35567d58e53b64f0 没有 |
代码里面直接用 tt.getEnvInfoSync() 或者 Taro.getEnvInfoSync() 调用应该都可以,有报错是typescript类型报错,不影响编译运行,欢迎提pr完善类型 |
@TheKonka |
这是因为 taro 把这个api Promise化了 taro/packages/taro-tt/src/apis-list.ts Line 11 in 52c0d36
把这一行删掉就行了 |
@TheKonka 对应的类型是在哪添加的呢,我也来加下 |
packages/taro/types/api |
Taro.getAccountInfoSync()
不支持字节小程序Taro.getEnvInfoSync()
不支持字节小程序
相关平台
字节跳动小程序
复现仓库
https://github.com/wenfangdu/taro-nutui/tree/getEnvInfoSync
小程序基础库: 2.68.1.4
使用框架: Vue 3
复现步骤
pnpm run dev:tt
对应的字节小程序 API:https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/open-interface/env-info/get-env-info-sync
期望结果
无报错
实际结果
环境信息
The text was updated successfully, but these errors were encountered: