隐藏搜素
This commit is contained in:
parent
bcad055b3b
commit
e05ecd90f5
|
|
@ -23,7 +23,7 @@ const ENV = {
|
|||
}
|
||||
|
||||
// 当前环境 - 开发时使用 development,打包时改为 production
|
||||
const CURRENT_ENV = 'development'
|
||||
const CURRENT_ENV = 'production'
|
||||
|
||||
// 导出配置
|
||||
export const config = {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user