We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
浏览器版本: chrome最新版本 使用框架: React
降级处理
H5 暂不支持 CoverView 组件!
👽 Taro v3.0.16 Taro CLI 3.0.16 environment info: System: OS: Windows 10 Binaries: Node: 13.3.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.13.1 - C:\Program Files\nodejs\npm.CMD
我看到这里有说已加上降级:#2129 但是我用的版本还是有这个问题
The text was updated successfully, but these errors were encountered:
目前我的解决方案是: ` const CView = process.env.TARO_ENV === 'h5' ? View : CoverView
const CImage = process.env.TARO_ENV === 'h5' ? Image : CoverImage `
Sorry, something went wrong.
jiaozitang
No branches or pull requests
相关平台
H5
浏览器版本: chrome最新版本
使用框架: React
复现步骤
期望结果
降级处理
实际结果
H5 暂不支持 CoverView 组件!
环境信息
补充信息
我看到这里有说已加上降级:#2129
但是我用的版本还是有这个问题
The text was updated successfully, but these errors were encountered: