<template>
<view class="msg_user_avatar" v-for="(item,index) in imgList " :key="index">
<image :src="item" mode="aspectFill" />
</view>
</template>
<script>
export default {
data() {
imgList:[
"http://119.60.25.62:19000/user-photo/20240903/1724917237-compressed-IMG_1673_20240903143647A060.JPG",
"http://119.60.25.62:19000/user-photo/20241101/1120_20241101102653A002.jpg",
"http://119.60.25.62:19000/user-photo/20241108/u1510323015234402892fm253fmtautoapp138fJPEG_20241108130746A055.webp"
......
......
......
]
},
}
</script>
- 发布:2024-10-08 11:01
- 更新:2024-12-11 17:53
- 阅读:140
【报Bug】在页面上创建多个image组件,src使用外链url,应用切换到后台。然后使用多个其他的app,无需息屏,半个小时后切换到前台,部分图片组件会显示为undefined,或者空白。必现。
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win11
HBuilderX类型: 正式
HBuilderX版本号: 4.28
手机系统: iOS
手机系统版本号: iOS 18
手机厂商: 苹果
手机机型: iphone15
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
页面创建10+个图片,app切换到后台,然后使用其他的app应用,半个小时后,切换到前台,部分图片会显示undefined或空白页面。
页面创建10+个图片,app切换到后台,然后使用其他的app应用,半个小时后,切换到前台,部分图片会显示undefined或空白页面。
预期结果:
期望正常显示图片,或正常显示的解决方案。已尝试其他方案,background, canvas drwa-image, uni.download后的地址,图片转base64,还是会出现undefined
期望正常显示图片,或正常显示的解决方案。已尝试其他方案,background, canvas drwa-image, uni.download后的地址,图片转base64,还是会出现undefined
实际结果:
还是会出现undefined或者空白
还是会出现undefined或者空白
山葵蛋卷 (作者)
上下用的同一个图片,有的能显示,有的显示undefined
2024-10-11 11:20
DCloud_UNI_yuhe
回复 山葵蛋卷: 可以提供一个可以复现的项目吗?
2024-10-11 11:21
山葵蛋卷 (作者)
回复 DCloud_UNI_yuhe: 在列表页面,图片为外链,将APP切到后台,半个小时左右,再切到前台,图片会显示undefined
2024-12-11 17:54
旧时光
回复 山葵蛋卷: 你提供一个完整的可运行的项目吧
2024-12-13 11:02