绿满眶商城微信小程序-uniapp
peng
2025-06-27 b6b1a34a610795ed5ea8dd8658955ea4c9a0d401
pages/health/healthVideo.vue
@@ -53,6 +53,7 @@
            @touchstart.stop="handleTouchStart"
            @touchmove.stop="handleTouchMove"
            @touchend.stop="handleTouchEnd"
            :style="{bottom: marginBottom + 'px'}"
            class="container">
            <!-- 进度条 - 整个区域可拖动 -->
            <view class="process-warp" :style="{ opacity: showProcess ? 1 : 0 }">
@@ -118,7 +119,7 @@
        <!-- 视频信息层 -->
        <view class="video-info">
        <view class="video-info" :style="{bottom: marginBottom + 20 + 'px'}">
        <view>
           <text class="video-author">@{{item.authorName}}</text>
        </view>
@@ -325,7 +326,8 @@
         pageNumber: 1,
         pageSize: 10,
         videoFrom: 'recommend'
      }
      },
      marginBottom: 0 // 底部安全区域
    }
  },
  onShow() {
@@ -347,6 +349,7 @@
     this.startHidenTime = Date.now()
  },
  onLoad(option) {
     this.marginBottom = uni.getSystemInfoSync().safeAreaInsets.bottom
     const token = storage.getAccessToken();
     if (! token) {
        this.wxSilentLogin(() => {