【代码优化】移除 z-paging 组件使用 uniapp 原生 scroll-view 实现区域滚动

This commit is contained in:
puhui999
2025-05-07 18:05:48 +08:00
parent 336e0efb8d
commit 7e6a3bbad3
43 changed files with 200 additions and 8135 deletions
+1 -2
View File
@@ -62,7 +62,6 @@
// 用户信息
const userInfo = computed(() => sheep.$store('user').userInfo);
console.log('用户信息', userInfo);
// 是否登录
const isLogin = computed(() => sheep.$store('user').isLogin);
@@ -182,4 +181,4 @@
color: #ffffff;
}
}
</style>
</style>