Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

兼容问题 #22

Open
sanmuw opened this issue Aug 20, 2020 · 4 comments
Open

兼容问题 #22

sanmuw opened this issue Aug 20, 2020 · 4 comments

Comments

@sanmuw
Copy link

sanmuw commented Aug 20, 2020

dragPortGing: function (event) {
  // console.log(event)
  // let ee = this.getEvent()
  // console.log(ee)
  let Txy = {
    x: event.clientX,
    y: event.clientY
  }
  this.$store.dispatch('setViPathingData', {Mxy: this.Mxy, Txy: Txy, isShow: true})
},

这里的event 在火狐下 pageX和pageY 都为0

@zhiyaohaha
Copy link
Contributor

这个问题已经解决

@sanmuw
Copy link
Author

sanmuw commented Nov 1, 2020

这个问题已经解决

其实 我自己也解决了 哈哈哈

@sanmuw
Copy link
Author

sanmuw commented Nov 1, 2020

这个问题已经解决

我没看到你改的代码呀

@sanmuw
Copy link
Author

sanmuw commented Nov 1, 2020

这个问题已经解决

看到了,谢谢你的回复哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants