Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

列表多个图片,会有图片显示不出来问题 #75

Open
lixxiaohui opened this issue Aug 4, 2023 · 2 comments
Open

列表多个图片,会有图片显示不出来问题 #75

lixxiaohui opened this issue Aug 4, 2023 · 2 comments

Comments

@lixxiaohui
Copy link

编译平台
使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX)
HbuilderX

VUE版本
在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue)
vue3

运行平台
在运行到哪个平台中出现的问题?(如:App、微信小程序、h5)
所有平台

z-paging版本
在哪个版本的z-paging中出现的问题?
最新版本

问题描述
当列表有多个图片时,不知道图片什么时候加载完,会有图片显示不出来
1691116937658

@lixxiaohui
Copy link
Author

代码如下
<z-paging ref="paging" v-model="dataList" @query="queryList"> <view class="page"> <view class="center" v-for="(item,index) in dataList" :key="index" @click="goToDetails(item.id)"> <view class="time"> {{item.feedbackTime}} </view> <view class="title"> {{item.content}} </view> <view class="image" v-if="item.urlList && item.urlList.length"> <image :src="item" mode="" class="image-item" v-for="(item,index) in item.urlList" :key="index"> </image> </view> </view> </view> </z-paging>

@SmileZXLee
Copy link
Owner

可否提供一个完整的可复现的demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants