quchenming
2018-04-08 f66a8a09c94f91c8a08ad835f8d3efefe569e2e4
发布图片切换
1 files modified
4 ■■■■ changed files
publish/js/customMin/customS_min.js 4 ●●●● patch | view | raw | blame | history
publish/js/customMin/customS_min.js
@@ -1771,13 +1771,13 @@
                console.log($img)
                $img.attr('data-original', src);
                // 发布页面查看大图  曲辰明 3-27
               if(localStorage.getItem("customShowFlag")!="3"){
                    var viewer = new Viewer(document.getElementById(potion.id), {
                        show: function (){  
                            viewer.update();
                        }  
                    });
                }
            }, 400, 400);
        });
        // 文件上传过程中创建进度条实时显示。