修正多处问题,添加骨架屏
This commit is contained in:
@@ -134,7 +134,7 @@ const onImageLoad = (index) => {
|
||||
}
|
||||
|
||||
const onImageError = (index) => {
|
||||
console.error(`图片 ${index} 加载失败`)
|
||||
console.error(`图片 ${index} 加载失败, URL:`, banners.value[index]?.image?.substring(0, 120))
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user