|
@@ -3069,7 +3069,6 @@ export default {
|
|
|
async onStateChange(newstate, oldstate) {
|
|
|
polyvPlayerContext = this.selectComponent("#playerVideo");
|
|
|
if (newstate.detail.newstate == "playing") {
|
|
|
- console.log('重新播放123123')
|
|
|
this.pauseTime = 0;
|
|
|
if (this.needSeek) {
|
|
|
// var polyvPlayerContext = this.selectComponent("#playerVideo");
|
|
@@ -3338,10 +3337,12 @@ export default {
|
|
|
console.log(this.erJianErZao , this.isReach)
|
|
|
if (this.erJianErZao && this.isReach) {
|
|
|
await this.postStudyRecord(1);
|
|
|
+ this.photoPopup = false;
|
|
|
+ this.uploadLock = false;
|
|
|
+ this.enableAutoRotation = true;
|
|
|
this.nextSection();
|
|
|
return
|
|
|
}
|
|
|
- console.log(65465456)
|
|
|
//恢复播放
|
|
|
// #ifdef MP-WEIXIN
|
|
|
uni.setKeepScreenOn({
|