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

Video标签中使用CoverView无效 #8126

Closed
zhaoguoweiLLHC opened this issue Nov 25, 2020 · 2 comments · Fixed by #8178
Closed

Video标签中使用CoverView无效 #8126

zhaoguoweiLLHC opened this issue Nov 25, 2020 · 2 comments · Fixed by #8178
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x
Milestone

Comments

@zhaoguoweiLLHC
Copy link
Contributor

相关平台

微信小程序

复现仓库

https://github.com/zhaoguoweiLLHC/taro-issues-video-2020-11-25
小程序基础库: 2.14.0
使用框架: React

复现步骤

<Video>
  <CoverView>123</CoverView>
</Video>

期望结果

cover-view 正确被video包裹

<video>
  <cover-view>123</cover-view>
</video>

实际结果

cover-view 未被包裹,却包裹了当前视频的观看秒数。

<video>00:00</video>

环境信息

� Taro v3.0.17


  Taro CLI 3.0.17 environment info:
    System:
      OS: Windows 10
    Binaries:
      Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
      npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD



@taro-bot2 taro-bot2 bot added F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x labels Nov 25, 2020
@ZhouYing-JOEY
Copy link

我遇到了同样的问题,没人来解释哈吗

@Chen-jj Chen-jj added this to the 3.0.18 milestone Dec 1, 2020
@Chen-jj Chen-jj mentioned this issue Dec 2, 2020
9 tasks
@zhaoguoweiLLHC
Copy link
Contributor Author

我遇到了同样的问题,没人来解释哈吗

我目前用和小程序代码混写来跳坑了。

Chen-jj added a commit that referenced this issue Dec 4, 2020
* fix(shared): 支付宝Textarea增加enableNative属性,fix #8138

* fix(shared): 修复 video 不能嵌套组件的问题,fix #8126

* fix(shared): 同步 qq button 组件属性, fix #8150

* fix: ci

Co-authored-by: Li,Weitao <weitaozsh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants