After clicking the pop-up layer, the back page does not scroll (mobile terminal)

var event_f = function(e){e.preventDefault();} //Disable scrolling, the following will monitor
document.body.addEventListener('touchmove', event_f, false); //No scrolling
document.body.removeEventListener('touchmove', event_f, false); //Remove the forbidden scroll


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325573712&siteId=291194637