-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
预览图片的时候,顺序会颠倒 #7834
Comments
v-if 逻辑有问题,改成 v-if="item.key === activeKey",或者 v-for 改成 v-for="items in imageList[ |
Image 的 referrerpolicy 什么时候加一下 |
有一个场景1、这是一个帖子列表页,每一条帖子有一张或多种图; 期待按预定点击显示预定的原图,即 点击 第二张缩略图 能正常预览 第二张原图,也可以左右切换 问题1、第一次点击第二张缩略图预览原图时,显示多种原图中的第一张原图,而不是第二张原图。 相关代码
|
https://codesandbox.io/p/sandbox/vue-antd-template-forked-ynhz23?file=%2Fsrc%2Fcomponents%2FHelloWorld.vue%3A25%2C29 |
感谢,没有达到目的。 场景有点不同,是点击目标图片时调接口挨个下载几张原图,而不是单独一个按钮。 |
|
|
我那边用的demo 的代码套项目里用的 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Version
3.2.20
Environment
chrome 128.0.6613.120 vue3.2.33
Reproduction link
https://codesandbox.io/p/sandbox/vue-antd-template-forked-yvx4pj?file=%2Fsrc%2Fcomponents%2FHelloWorld.vue%3A18%2C22
Steps to reproduce
在tabs里面嵌入 ,里面放多张图片,切换tab,预览图片的时候,顺序会颠倒
What is expected?
顺序还是按照第一个开始
What is actually happening?
在tabs里面嵌入 ,里面放多张图片,切换tab,在切换回去后,预览图片的时候,顺序会颠倒
The text was updated successfully, but these errors were encountered: