mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
update v5.3.0
This commit is contained in:
parent
252973e0e2
commit
102dabd0c7
@ -812,7 +812,7 @@ export default {
|
||||
var that = this,
|
||||
scrollY = e.detail.scrollTop;
|
||||
var opacity = scrollY / 200;
|
||||
this.scrollTop = e.detail.scrollTop
|
||||
// this.scrollTop = e.detail.scrollTop
|
||||
opacity = opacity > 1 ? 1 : opacity;
|
||||
that.$set(that, 'opacity', opacity);
|
||||
that.$set(that, 'scrollY', scrollY);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user