解决方案是 在弹框出现的时候给body添加fixed
<style type="text/css">
body{ position: fixed; width: 100%;}
</style>
当弹框消失的时候
$("body").css("position","relative") ps:亲测有效
解决方案是 在弹框出现的时候给body添加fixed
<style type="text/css">
body{ position: fixed; width: 100%;}
</style>
当弹框消失的时候
$("body").css("position","relative") ps:亲测有效