提交 1f0d50eb authored 作者: 刘旭's avatar 刘旭

测试

上级 3939f98d
......@@ -152,7 +152,6 @@ const initIndex = () => {
};
initIndex();
// 点击滑动到底部
// setTimeout(() => {
// uni.pageScrollTo({scrollTop: 99999, duration: 0});
......@@ -160,6 +159,20 @@ initIndex();
</script>
<style lang="scss" scoped>
* {
-webkit-touch-callout: none; /*系统默认菜单被禁用*/
-webkit-user-select: none; /*webkit浏览器*/
-khtml-user-select: none; /*早期浏览器*/
-moz-user-select: none; /*火狐*/
-ms-user-select: none; /*IE10*/
user-select: none;
}
.right-cates {
width: 100%;
display: flex;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论