veplayer-mp-wechat
Advanced tools
Comparing version
@@ -77,3 +77,2 @@ "use strict"; | ||
} | ||
index_1.VE_DEBUGGER.log(TAG, 'created'); | ||
}, | ||
@@ -80,0 +79,0 @@ attached() { |
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.PKG = 'wechat'; | ||
exports.VERSION = '1.2.3-alpha.10'; | ||
exports.VERSION = '1.2.3-alpha.11'; | ||
/** | ||
@@ -30,0 +30,0 @@ * 控制栏状态枚举 |
@@ -176,2 +176,5 @@ "use strict"; | ||
lifetimes: { | ||
created() { | ||
index_3.VE_DEBUGGER.debugger = this.properties.veDebugger; | ||
}, | ||
attached() { | ||
@@ -178,0 +181,0 @@ var _a; |
@@ -48,2 +48,9 @@ "use strict"; | ||
}, | ||
/** | ||
* 是否ended | ||
*/ | ||
ended: { | ||
type: Boolean, | ||
value: false, | ||
}, | ||
}, | ||
@@ -114,3 +121,3 @@ /** | ||
onClick(e) { | ||
const { paused } = this.data; | ||
const { paused, ended } = this.data; | ||
const data = { | ||
@@ -123,3 +130,3 @@ actionType: 'switch_play_pause', | ||
if (this.media) { | ||
if (paused) { | ||
if (paused || ended) { | ||
this.media.play(); | ||
@@ -126,0 +133,0 @@ } |
{ | ||
"name": "veplayer-mp-wechat", | ||
"version": "1.2.3-alpha.10", | ||
"version": "1.2.3-alpha.11", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "miniprogram": "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
147382
0.18%2849
0.32%