From 6ef1b14f735acdc3ff77a50da1bb09a5bb983dcc Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期三, 28 五月 2025 17:37:06 +0800
Subject: [PATCH] location,userinfo

---
 pages/home/home-main.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/home/home-main.vue b/pages/home/home-main.vue
index 7c16251..3e545c6 100644
--- a/pages/home/home-main.vue
+++ b/pages/home/home-main.vue
@@ -1,6 +1,7 @@
 <template>
     <view>
-      <view class="card" v-if="!showVideo">
+      <!-- <view class="card" v-if="!showVideo"> -->
+        <view class="card">
         <view class="main-title">每一帧画面,都藏着一个等待探索的世界</view>
         <view class="sub-title">
           从经典场景到幕后故事,开启你的专属影视朝圣之旅
@@ -39,7 +40,7 @@
       </view>
   
       <!-- 视频播放区域 -->
-      <view v-else class="video-wrapper">
+      <!-- <view v-else class="video-wrapper">
         <video
           :src="currentVideo"
           controls
@@ -47,7 +48,7 @@
           @ended="onVideoEnd"
           style="width: 100%; height: 400rpx;"
         ></video>
-      </view>
+      </view> -->
     </view>
   </template>
   

--
Gitblit v1.9.3