|
@@ -1429,15 +1429,15 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
this.CountTo = -1
|
|
|
- console.log('this.goodsPlayConfig', this.goodsPlayConfig);
|
|
|
+ console.log('this.goodsPlayConfig', this.goodsPlayConfig, polyvPlayerContext);
|
|
|
if (this.goodsPlayConfig && this.goodsPlayConfig.autoPlay > 0) {
|
|
|
this.autoplay = true
|
|
|
- // var polyvPlayerContext = this.selectComponent("#playerVideo")
|
|
|
// #ifdef MP-WEIXIN
|
|
|
+ var polyvPlayerContext = this.selectComponent("#playerVideo")
|
|
|
polyvPlayerContext.play()
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
- polyvPlayerContext.j2s_resumeVideo()
|
|
|
+ // polyvPlayerContext.j2s_resumeVideo()
|
|
|
// #endif
|
|
|
}
|
|
|
}
|