mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
🐞 fix(img): 修复图片展示慢的问题
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user