veplayer-mp-douyin
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -222,3 +222,4 @@ "use strict"; | ||
ready() { | ||
const { controls } = this.properties; | ||
const { controls, playBtnPosition } = this.properties; | ||
const { loadedMeta, paused } = this.data; | ||
this.updateStatusOfShowLoading(); | ||
@@ -229,2 +230,3 @@ // console.log(`!!!!!Player${this.data.videoId} ready`, `controls:${controls}`, `data.controls:${this.data.controls}`) | ||
this.updateCollector(this.data); | ||
// console.log('>>>onReady', `playBtnPosition:${playBtnPosition} loadedMeta:${loadedMeta} paused:${paused}`) | ||
}, | ||
@@ -240,2 +242,3 @@ /** | ||
index_3.default.removeMedia(this.data.videoId); | ||
this.triggerCollector('detached', {}); | ||
this.destroyCollector(); | ||
@@ -242,0 +245,0 @@ }, |
{ | ||
"name": "veplayer-mp-douyin", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "miniprogramType": "tt-npm", |
Sorry, the diff of this file is not supported yet
130064
1973
4