官网渲染的DOM结构和效果如图:
本人遇到的问题和效果如图:
其他都正常,就图片对应的item节点没有创建 ,所以图片渲染不出来。我怀疑是vant库中ImagePreview功能出问题了,但是不知道从何下手。
我的局部代码:
handlePreview (index) {
ImagePreview({
images: this.photosList,
startPosition: index,
closeable: true,
closeIconPosition: 'top-left'
})
}
this.photosList 值对吗