个人中心新增健康档案

This commit is contained in:
唐明明
2022-01-14 13:53:57 +08:00
parent 22407a7877
commit 37c67ecd4a
10 changed files with 45 additions and 21 deletions

View File

@@ -167,7 +167,6 @@ export default {
let scrollLen = (
Number(scrollLeft / (this.maginL + 2)) + this.scrollStart
).toFixed(1);
console.log(typeof scrollLen);
this.scrollLeftInit =
(scrollLen - this.scrollStart) * (this.maginL + 2);
this.$emit("scroll", scrollLen);