Giter Club home page Giter Club logo

Comments (5)

parlay96 avatar parlay96 commented on August 21, 2024

这个方法是没有啥问题的哈,有问题只能是你调用方法的场景,具体说下 你怎么使用这个方法的哦!

from umy-ui.

xiaowzxqaq avatar xiaowzxqaq commented on August 21, 2024

这个我觉得是兼容性问题吧
if (this.$refs.bodyWrapper) {
这个判断并不可以保证在setTimeout后10ms后100%可以拿到this.$refs.bodyWrapper这个值的

 setTimeout(() => {
      this.$refs.bodyWrapper.scrollTop = top
     // 省略

方便做个兼容么

from umy-ui.

parlay96 avatar parlay96 commented on August 21, 2024

我不知道你看见 这句话啥意思没if (!this.$refs.bodyWrapper) return Vue.nextTick(() => this.pagingScrollTop(top, left));

from umy-ui.

parlay96 avatar parlay96 commented on August 21, 2024

你觉得 有那种可能性?this.$refs.bodyWrapper 不存在? setTimeout后10ms 是为了延迟 ,不是为了延迟获取this.$refs.bodyWrapper

from umy-ui.

parlay96 avatar parlay96 commented on August 21, 2024

@xiaowzxqaq 你懂什么意思啦?

from umy-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.