个人中心新增健康档案
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user