Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (34 loc) · 1.16 KB

vue-

vue页面布局

<title>私家外卖🐶</title> <script type="text/javascript">

let aNodes=document.querySelectorAll('#app > .Mfooter > .footer > .lastfooter > a') // console.log(aNodes); for (let i = 0; i < aNodes.length; i++) { aNodes[i].addEventListener('touchend',function () { aNodes[i].className='' this.className='active' }) } </script>