问题:弹窗以后,父窗口老是滑动到顶部code
思路:使用锚点的机制,实现关闭弹窗后滑动到锚点hash
,end:function(){ ... if (location.hash== hash) { location.hash = ''; } location.hash = hash; }