fix: 隐藏加载更多按钮当没有更多应用时
This commit is contained in:
@@ -349,6 +349,7 @@ $announcement = $announcementResult && $announcementResult->num_rows > 0 ? $anno
|
|||||||
newApps.forEach(app => {
|
newApps.forEach(app => {
|
||||||
appList.appendChild(app.cloneNode(true));
|
appList.appendChild(app.cloneNode(true));
|
||||||
});
|
});
|
||||||
|
document.getElementById('load-more').style.display = 'none';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user