From 0cb5394675317196a9aae933a48f69349b39a4f7 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Thu, 24 Apr 2025 20:57:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_order/sharing/video.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {