this.popupPic.css({
width:'auto',
height:'auto'
}).hide();
这里在每次加载图片之前清空宽高,最后的hide()是为什么?不加的话感觉效果没什么变化
为什么必须要清空呢 不清空 在 changePic的时候还是设置了大小的啊