隐藏搜素

This commit is contained in:
18631081161 2026-02-28 12:45:07 +08:00
parent bcad055b3b
commit e05ecd90f5
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ const ENV = {
}
// 当前环境 - 开发时使用 development打包时改为 production
const CURRENT_ENV = 'development'
const CURRENT_ENV = 'production'
// 导出配置
export const config = {

View File

@ -125,13 +125,13 @@
<view class="navbar-content"></view>
</view>
<!-- 搜索框 - 点击跳转搜索页 -->
<view class="search-section">
<!-- 搜索框 - 暂时隐藏 -->
<!-- <view class="search-section">
<view class="search-bar" @click="handleSearchClick">
<text class="search-icon">🔍</text>
<text class="search-placeholder">搜索你心目中的TA</text>
</view>
</view>
</view> -->
</view>
</view>