ios 遮罩层,切换后内容滑动到最上方,并且不可点击
$(".modal_shelter").on("touchmove",function(e){
		e.preventDefault();
		e.stopPropagation();
	})
$('.native-scroll-bottom').scrollTop(0);
$(".modal_shelter").on("touchmove",function(e){
		e.preventDefault();
		e.stopPropagation();
	})
$('.native-scroll-bottom').scrollTop(0);