We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编译平台 使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX) HbuilderX
VUE版本 在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue) vue3
运行平台 在运行到哪个平台中出现的问题?(如:App、微信小程序、h5) 所有平台
z-paging版本 在哪个版本的z-paging中出现的问题? 最新版本
问题描述 当列表有多个图片时,不知道图片什么时候加载完,会有图片显示不出来
The text was updated successfully, but these errors were encountered:
代码如下 <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>
<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>
Sorry, something went wrong.
可否提供一个完整的可复现的demo
No branches or pull requests
编译平台
使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX)
HbuilderX
VUE版本
在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue)
vue3
运行平台
在运行到哪个平台中出现的问题?(如:App、微信小程序、h5)
所有平台
z-paging版本
在哪个版本的z-paging中出现的问题?
最新版本
问题描述
当列表有多个图片时,不知道图片什么时候加载完,会有图片显示不出来
The text was updated successfully, but these errors were encountered: