修复文件管理页面翻页后 点击图片放大失效

pull/79/head
hanchuang 2021-11-09 15:56:21 +08:00
parent a78bd57053
commit a17945a66e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ layui.use(['table', 'form', 'func', 'HttpRequest', 'util', 'upload'], function (
{
title: '', templet: function (d) {
var url = d.imgUrl || Feng.ctxPath + '/sysFileInfo/previewByObjectName?fileBucket=' + d.fileBucket + '&fileObjectName=' + d.fileObjectName;
return '<img data-index="' + (d.LAY_INDEX - 1) + '" src="' + url + '" class="tb-img-circle" tb-img alt=""/>';
return '<img data-index="' + (d.LAY_TABLE_INDEX - 1) + '" src="' + url + '" class="tb-img-circle" tb-img alt=""/>';
}, align: 'center', unresize: true
},
{