在控制台输入触发tiScroll的代码,intro不能消失
const event = document.createEvent('HTMLEvents'); event.initEvent('tiScroll') document.dispatchEvent(event);