87,996
社区成员




var index= layer.open({
type: 1,
title: '預覽頁面',
area: ['400px', 'auto'],
content: data
})
layer.iframeAuto(index);
$('.layui-layer').height($('.photoView').height());
$(function () {
var myDate = new Date().getTime();
document.getElementById('photoImgF').src = '/temp/photoPathF.jpg?' + myDate;
if (document.getElementById('photoImgB')) {
$('.photoView').css('height', '530px');
$('.layui-layer').css('height', '530px');
document.getElementById('photoImgB').src = '/temp/photoPathB.jpg?' + myDate;
}
})