10.14号更新

This commit is contained in:
zoujiandong
2025-10-14 17:46:23 +08:00
parent 8b1e9bcb41
commit b16601baa6
99 changed files with 286 additions and 254 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
<template>
<uni-nav-bar title="肝胆会议" fixed color="#8B2316" height="140rpx" :border="false" backgroundColor="#eeeeee"></uni-nav-bar>
<navBar :title="'肝胆会议'"></navBar>
<view class="page">
<!-- 筛选标签栏 -->
<view class="filter-bar">
@@ -146,6 +146,7 @@
import timeImg from "@/static/play_long.png"
import api from '@/api/api';
import docUrl from '@/utils/docUrl';
import navBar from "@/components/navBar/navBar.vue"
// 弹窗状态
const isTimePopupShow = ref(false);
const isLocationPopupShow = ref(false);