10.14号更新
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user