... | @@ -31,7 +31,7 @@ components目录是视频播放所实现的自定义组件。pages下有两个 |
... | @@ -31,7 +31,7 @@ components目录是视频播放所实现的自定义组件。pages下有两个 |
|
</view>
|
|
</view>
|
|
```
|
|
```
|
|
ccvod是引用视频播放的自定义组件,index.json配置如下:
|
|
ccvod是引用视频播放的自定义组件,index.json配置如下:
|
|
|
|
|
|
```
|
|
```
|
|
{
|
|
{
|
|
"component": true,
|
|
"component": true,
|
... | @@ -232,3 +232,7 @@ detail对象:无 |
... | @@ -232,3 +232,7 @@ detail对象:无 |
|
```
|
|
```
|
|
this.triggerEvent('videoError');
|
|
this.triggerEvent('videoError');
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|