tvfe / txv-miniprogram-plugin

这是腾讯视频小程序播放插件。 打广告:腾讯视频小程序开发框架=>
https://github.com/tvfe/wxpage
461 stars 76 forks source link

关于设置宽度报错的问题 #132

Closed gmm932 closed 2 years ago

gmm932 commented 3 years ago

这样设置为什么会报错?

<txv-video 
      wx:if="{{video.vid}}" 
      width="{{100%}}"
      height="{{'auto'}}"
      vid="{{video.vid}}" 
      playerid="{{video.vid}}" 
      autoplay="{{true}}">
 </txv-video>

[ WXML 文件编译错误] ./pages/videodetail/index.wxml Bad attr width with message 24 | <txv-video 25 | wx:if="{{video.vid}}"

26 | width="{{100%}}" | ^ 27 | height="{{'auto'}}" 28 | vid="{{video.vid}}" 29 | playerid="{{video.vid}}" at files://miniprogram/pages/videodetail/index.wxml#26(env: macOS,mp,1.05.2105242; lib: 2.14.1)

bitbw commented 2 years ago

width="100%" 试试