提交 03544c39 authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 2170729e
...@@ -93,6 +93,15 @@ export default { ...@@ -93,6 +93,15 @@ export default {
}, },
beforeMount() { beforeMount() {
this.getMonthData() this.getMonthData()
},
mounted() {
document.body.addEventListener(
'touchmove',
function (e) {
e.preventDefault()
},
{ passive: false }
)
} }
} }
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论