fix: 修复用户主页跳转链接和投币组件z-index问题

refactor: 重构用户主页跳转逻辑使用uniqid替代uin/uid
style: 为列表加载框添加底部边距
fix: 调整投币组件z-index为10004避免被遮挡
refactor: 更新最新列表API接口地址
fix: 为搜索输入框添加maxlength限制
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-14 19:43:23 +08:00
parent ef98b2d1c4
commit 13c3c8026b
9 changed files with 16 additions and 38 deletions

View File

@@ -8,7 +8,7 @@
<div class="item one-line-display" v-for="(item,index) in hotSearchWords" :key="index">大家都在搜:{{ item.keyword }}</div>
<div class="item one-line-display" v-for="(item,index) in hotSearchWords.slice(0, 2)" :key="'copy-' + index">大家都在搜:{{ item.keyword }}</div>
</div>
<input class="input flex1" type="text" @keyup.enter="searchEvent()" v-model="input" @focus="searchInputFocus" @blur="searchInputBlur" /> <img class="icon" src="/img/search-icon.svg" @click="searchEvent()" />
<input class="input flex1" type="text" @keyup.enter="searchEvent()" v-model="input" @focus="searchInputFocus" @blur="searchInputBlur" maxlength="140" /> <img class="icon" src="/img/search-icon.svg" @click="searchEvent()" />
<div class="search-box-history" v-if="searchHistoryShowState">
<div class="search-box-history-title">历史搜索</div>
<div class="search-box-history-list">