请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

Dell 2019-09-15 22:49:38

是防抖,不好意思

1 回复 有任何疑惑可以回复我~
  • MRNUR #1
    请问老师,如果用节流的话应该怎么写呢?
    回复 有任何疑惑可以回复我~ 2019-09-24 03:09:30
  • Dell 回复 MRNUR #2
    现在的代码截图上来我看下
    回复 有任何疑惑可以回复我~ 2019-09-26 23:43:29
  • 慕仙2264852 回复 MRNUR #3
    if (this.touchStatus) {
            let flag = true
            if (!flag) return
            flag = false
            setTimeout(() => { // 函数节流提升性能
              // const startY = this.$refs['A'][0].offsetTop
              const touchY = e.touches[0].clientY - 79 
              const index = Math.floor((touchY - this.startY) / 20) 
              if (index >= 0 && index < this.latters.length) {
                this.$emit('change', this.latters[index]) 
              }
              flag = true
            }, 16)
          }
    回复 有任何疑惑可以回复我~ 2020-01-25 17:58:20
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信