update v5.3.0

This commit is contained in:
evoxwht 2024-03-26 17:05:38 +08:00
parent 252973e0e2
commit 102dabd0c7

View File

@ -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);