Mobile terminal loading prohibits sliding of the underlying container

if

document.documentElement.style.overflowY = 'hidden'

or 

document.body.style.overflowY = 'hidden'

If it works on the web side but fails on the mobile side,

You can try to add @touchmove.prevent method in mask layer loading.

Guess you like

Origin blog.csdn.net/bDreamer/article/details/121291219