@@ -19,6 +19,7 @@
:webkit-playsinline="true"
x-webkit-airplay="allow"
x5-video-player-type="h5-page"
+ width="100%" height="100%"
>
</video>
</view>
@@ -54,9 +54,9 @@ export default {
changeVod : function(e) {
var self = this;
self.$nextTick(()=>{
- self.stop();
- self.current_index = e.detail.current;
- self.start();
+ //self.stop();
+ //self.current_index = e.detail.current;
+ //self.start();
});
},