問題:彈窗以後,父窗口老是滑動到頂部code
思路:使用錨點的機制,實現關閉彈窗後滑動到錨點hash
,end:function(){ ... if (location.hash== hash) { location.hash = ''; } location.hash = hash; }