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
微信小程序
小程序基础库: 2.25.3 使用框架: Vue 3
微信小程序文档,该方法接收一个初始化参数:从基础库 2.16.1 开始改为 wx.createOffscreenCanvas(options: object): OffscreenCanvas,向下兼容旧版入参。
接收一个参数
无法接收参数
Taro CLI 3.5.4 environment info: System: OS: macOS 10.15.7 Shell: 5.7.1 - /bin/zsh Binaries: Node: 14.7.0 - ~/.nvm/versions/node/v14.7.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v14.7.0/bin/yarn npm: 6.14.7 - ~/.nvm/versions/node/v14.7.0/bin/npm npmPackages: @tarojs/cli: 3.5.4 => 3.5.4 @tarojs/components: 3.5.4 => 3.5.4 @tarojs/helper: 3.5.4 => 3.5.4 @tarojs/plugin-framework-vue3: 3.5.4 => 3.5.4 @tarojs/plugin-html: 3.5.4 => 3.5.4 @tarojs/plugin-platform-alipay: 3.5.4 => 3.5.4 @tarojs/plugin-platform-jd: 3.5.4 => 3.5.4 @tarojs/plugin-platform-qq: 3.5.4 => 3.5.4 @tarojs/plugin-platform-swan: 3.5.4 => 3.5.4 @tarojs/plugin-platform-tt: 3.5.4 => 3.5.4 @tarojs/plugin-platform-weapp: 3.5.4 => 3.5.4 @tarojs/router: 3.5.4 => 3.5.4 @tarojs/runtime: 3.5.4 => 3.5.4 @tarojs/shared: 3.5.4 => 3.5.4 @tarojs/taro: 3.5.4 => 3.5.4 @tarojs/taro-h5: 3.5.4 => 3.5.4 @tarojs/webpack5-runner: 3.5.4 => 3.5.4 babel-preset-taro: 3.5.4 => 3.5.4 eslint-config-taro: 3.5.4 => 3.5.4
The text was updated successfully, but these errors were encountered:
同
Sorry, something went wrong.
wx.createOffscreenCanvas
fix(weapp): createOffscreenCanvas方法接收初始化的参数 (NervJS#12391)
0fa6c0a
fix(weapp): createOffscreenCanvas方法接收初始化的参数 (#12391) (#12461)
a550d61
Co-authored-by: wangying <wangying@kezaihui.com> Co-authored-by: Zakary <zakarycode@gmail.com>
fix(weapp): createOffscreenCanvas方法接收初始化的参数 (NervJS#12391) (NervJS#12461
ecd6c9f
) Co-authored-by: wangying <wangying@kezaihui.com> Co-authored-by: Zakary <zakarycode@gmail.com>
ZakaryCode
No branches or pull requests
相关平台
微信小程序
小程序基础库: 2.25.3
使用框架: Vue 3
复现步骤
微信小程序文档,该方法接收一个初始化参数:从基础库 2.16.1 开始改为 wx.createOffscreenCanvas(options: object): OffscreenCanvas,向下兼容旧版入参。
期望结果
接收一个参数
实际结果
无法接收参数
环境信息
The text was updated successfully, but these errors were encountered: