Replies: 2 comments 1 reply
-
const swiperList = ref([ 使用swiper组件,第一张图片显示,第二张不显示(network里面只对第一张图片发起了请求)。使用image标签src为第二张图片,正常显示。可以确定就是swiper的问题。何解? |
Beta Was this translation helpful? Give feedback.
0 replies
-
指定type为image
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月12日(周四) 下午4:17
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: Re: [Moonofweisheng/wot-design-uni] 【小程序问题】 这里是有关小程序问题的搜集 (Discussion #751)
const swiperList = ref([
'https://registry.npmmirror.com/wot-design-uni-assets/1.0.4/files/capybara.jpg',
'https://previewengine.zoho.com.cn/image/WD/jkblv66599ddbe13b4eb1aab3b6cb1792e295'
])
使用swiper组件,第一张图片显示,第二张不显示(network里面只对第一张图片发起了请求)。使用标签src为第二张图片,正常显示。可以确定就是swiper的问题。何解?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
placeholder-style
模拟器没有效果,真机有效。Beta Was this translation helpful? Give feedback.
All reactions