绿满眶商城微信小程序-uniapp
xiangpei
2025-06-25 36e794d948b856f2a542aaadd0e374892635be14
pages/health/healthVideo.vue
@@ -1,6 +1,6 @@
<template>
  <view class="video-container">
    <top-bar selectedTitleIndex="health" @changeTab="topBarChange" class="topBar"></top-bar>
    <top-bar selectedTitleIndex="health" textColor="black" @changeTab="topBarChange" class="topBar"></top-bar>
   <!-- 视频加载 -->
   <zero-loading v-show="videoLoading" type="circle" color="#0ebd57" text=""></zero-loading>
    <!-- 视频列表 -->
@@ -250,6 +250,7 @@
import { getUserInfo } from "@/api/members";
import storage from "@/utils/storage.js";
export default {
  components: {TopBar},
  computed: {
       hasPlayTime() {
         return this.sliderFormatTime(this.progress > 0 ? this.duration * this.progress / 100 : 0);
@@ -381,6 +382,17 @@
     }
  },
  methods: {
     topBarChange(titleObj) {
        if (titleObj.index === 'home') {
           uni.switchTab({
              url: titleObj.pagePath
           });
        } else {
           uni.redirectTo({
              url: titleObj.pagePath
           });
        }
     },
     // 静默登录
     wxSilentLogin(callback) {
        //获取code