Commit 1a7e6447 authored by 18224442217's avatar 18224442217

no message

parent 855f4bbd
......@@ -568,7 +568,7 @@
? 0
: Math.floor(e.detail.scrollTop - 100) / 100 > 1
? 1
: Math.floor(e.detail.scrollTop - 100) / 10;
: 1;//Math.floor(e.detail.scrollTop - 100) / 10
this.$forceUpdate();
},
}
......
......@@ -530,7 +530,7 @@
? 0
: Math.floor(e.detail.scrollTop - 100) / 100 > 1
? 1
: Math.floor(e.detail.scrollTop - 100) / 100;
: 1;//Math.floor(e.detail.scrollTop - 100) / 100
this.$forceUpdate();
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment