Closed w4ctech closed 4 years ago
请求完图片数据加个 .then(()=>{ this.$previewRefresh() }) 应该就可以了
请求完图片数据加个 .then(()=>{ this.$previewRefresh() }) 应该就可以了
thanks
请求完图片数据加个 .then(()=>{ this.$previewRefresh() }) 应该就可以了
getData() { getCarInAndOut(this.listParam).then(res => { console.log(res);
if(res.Entity !== null){
var data = JSON.parse(res.Entity);
console.log(data);
for(var i=0;i<data.Data.length;i++){
data.Data[i].PassTime = data.Data[i].PassTime.replace("T",' ');
data.Data[i].CarImg = data.Data[i].CarImg + '?x-oss-process=image/resize,m_fill,h_20,w_40,limit_0'
}
this.testImgSrc = data.Data[1].CarImg;
this.tableData = data.Data;
this.pageTotal = data.Total;
}
}).then(()=>{
this.$previewRefresh();
})
},
我在加上这个刷新之后,仍然无效。烦请问一下是什么问题呢?
问题描述:无法正常使用
vue-photo-preview
,点击装备/铭文页后,再点击图片,图片无法放大 期待效果:点击装备/铭文页后,正常使用vue-photo-preview
复现仓库:w4ctech/king-of-glory-spider 版本号:876f3dc339b320e42c53927a50828fc4d32907cd 关键代码: