diff --git a/pages_order/sharing/video.vue b/pages_order/sharing/video.vue index a1a922b..fd4ddf5 100644 --- a/pages_order/sharing/video.vue +++ b/pages_order/sharing/video.vue @@ -136,7 +136,10 @@ refreshLockStatus() { this.isLocked = false this.timeIsUp = false - this.videoContext.play() + setTimeout(() => { + this.videoContext.play() + console.log('--play') + }) }, async onPlay() { if (!this.isLocked) {