From dfc7c7484083d08a7c1ad13332f7a6b517dc6515 Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A7=86=E9=A2=91=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/j-video/j-video.vue | 4 ++-- pages/schema2code/schema2code.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/j-video/j-video.vue b/components/j-video/j-video.vue index ce4de1e..ed67fcd 100644 --- a/components/j-video/j-video.vue +++ b/components/j-video/j-video.vue @@ -35,7 +35,7 @@ var videoContext; } }, timeupdate(e){ - console.log(e.detail); + // console.log(e.detail); this.duration = e.detail.duration this.currentTime = e.detail.currentTime }, @@ -58,7 +58,7 @@ var videoContext; poster: { type: [String,Boolean], default(){ - return '' + return 'https://web-assets.dcloud.net.cn/unidoc/zh/schema2code-poster.jpg' } }, src: { diff --git a/pages/schema2code/schema2code.vue b/pages/schema2code/schema2code.vue index 35a0802..023ddb2 100644 --- a/pages/schema2code/schema2code.vue +++ b/pages/schema2code/schema2code.vue @@ -19,7 +19,8 @@ import schemaCode from './schemaCode'; data() { return { schemaCode:schemaCode, - videoUrl:"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-aliyun-fkixoysdctc5381ccc/85f97090-6096-11eb-8ff1-d5dcf8779628.mp4" + videoUrl:"https://web-assets.dcloud.net.cn/unidoc/zh/schema2code%E7%9A%84%E4%B8%A4%E7%A7%8D%E6%96%B9%E5%BC%8F.mp4", + // https://web-assets.dcloud.net.cn/unidoc/zh/create-schema2code-video.mp4 } }, methods: { -- GitLab