vant怎么自定义dialog

我想实现一个vant的弹出框,希望这个弹出框里有图片显示,那么应该怎么去做

img


这样写会出现问题

img

有没有什么办法写这个带图片的弹出框
官网上是这样的

img

img

只显示图片 ? 应该可以去掉 底部的按钮吧
showConfirmButton 是否展示确认按钮 boolean true
showCancelButton 是否展示取消按钮 boolean false
https://vant-contrib.gitee.io/vant/#/zh-CN/dialog

你想要啥样子的 ?可以自定义样式