From cea4f8b67def494177409815290e19a733e797d9 Mon Sep 17 00:00:00 2001 From: Wenzhe Date: Wed, 4 Feb 2026 12:18:51 +0800 Subject: [PATCH] v1.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、更换loading页面开始按钮 2、长图页五个商圈分别增加对应的视频地址 3、视频播放按钮吉视频播放器,分别封装为组件,5个商圈组件进行引用 --- components/ChongwenScene.vue | 36 +++++++++- components/DongzhimenScene.vue | 31 +++++++++ components/LoadingComponent.vue | 6 +- components/LongfusiScene.vue | 93 +++++++++---------------- components/QianmenScene.vue | 25 +++++++ components/SinglePageContainer.vue | 20 ++++-- components/VideoPlayButton.vue | 94 ++++++++++++++++++++++++++ components/VideoPlayerModal.vue | 105 +++++++++++++++++++++++++++++ components/WangfujingScene.vue | 31 +++++++++ static/loading/btn_start.png | Bin 29365 -> 43495 bytes 10 files changed, 368 insertions(+), 73 deletions(-) create mode 100644 components/VideoPlayButton.vue create mode 100644 components/VideoPlayerModal.vue diff --git a/components/ChongwenScene.vue b/components/ChongwenScene.vue index 35ad7da..0445ae5 100644 --- a/components/ChongwenScene.vue +++ b/components/ChongwenScene.vue @@ -1,5 +1,7 @@ + + + + \ No newline at end of file diff --git a/components/VideoPlayerModal.vue b/components/VideoPlayerModal.vue new file mode 100644 index 0000000..3ebe4e4 --- /dev/null +++ b/components/VideoPlayerModal.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/components/WangfujingScene.vue b/components/WangfujingScene.vue index 850a4e2..a6a474e 100644 --- a/components/WangfujingScene.vue +++ b/components/WangfujingScene.vue @@ -1,6 +1,8 @@