🐞 fix(img): 修复图片展示慢的问题

This commit is contained in:
algerkc@qq.com
2023-12-18 15:24:57 +08:00
parent b4a692a09c
commit f893de62cd
5 changed files with 16 additions and 18 deletions
-5
View File
@@ -28,7 +28,6 @@
class="search-list"
:class="setAnimationClass('animate__fadeInUp')"
:native-scrollbar="false"
@scroll="searchScrolling"
>
<div class="title">{{ hotKeyword }}</div>
<div class="search-list-box">
@@ -69,10 +68,6 @@ const loadHotSearch = async () => {
hotSearchData.value = data;
};
function searchScrolling(e: any) {
console.log(e);
}
onMounted(() => {
loadHotSearch();