image组件里可以正产展示 点击预览就一直转圈圈 域名白名单已添加 均为https
let _urlList = ["https://hengshuifurniture-xcx.xiaomimx12.com/image/download/9543c0d932396d7af6c82e7dd7f1bf36", "https://hengshuifurniture-xcx.xiaomimx12.com/image/download/9543c0d932396d7af6c82e7dd7f1bf36"];
let _url = "https://hengshuifurniture-xcx.xiaomimx12.com/image/download/9543c0d932396d7af6c82e7dd7f1bf36";
wx.previewImage({
current: _url, // 当前显示图片的http链接
urls: _urlList // 需要预览的图片http链接列表
})
开发者工具及真机iphone15测试均正常,你那真机测试有问题?打开调试模式看看有没有报错信息?