未验证 提交 e16695a2 编写于 作者: Z zengyawen 提交者: Gitee

拼写错误修复

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 264c77fc
...@@ -466,9 +466,9 @@ await videoPlayer.play().then(() => { ...@@ -466,9 +466,9 @@ await videoPlayer.play().then(() => {
```js ```js
<xcomponent id = 'Xcomponent' <xcomponent id = 'Xcomponent'
if = "{{isFlush}}" // 刷新surfaceID,isFlush赋值false再赋值true为一次刷新,会主动再次加载LoadXcomponet获取新的surfaceID if = "{{isFlush}}" // 刷新surfaceID,isFlush赋值false再赋值true为一次刷新,会主动再次加载LoadXcomponent获取新的surfaceID
type = 'surface' type = 'surface'
onload = 'LoadXcomponet' // 默认加载接口 onload = 'LoadXcomponent' // 默认加载接口
style = "wodth:720px;height:480px;border-color:red;border-width:5px;"> // 设置窗口宽高等属性 style = "width:720px;height:480px;border-color:red;border-width:5px;"> // 设置窗口宽高等属性
</xcomponent> </xcomponent>
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册