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

Fix dataset web #1797

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Fix dataset web #1797

wants to merge 21 commits into from

Conversation

yandadaFreedom
Copy link
Collaborator

No description provided.

}
const location = this.__mpxProxy.options.mpxFileResource

if (rawEvent.target) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加个标记避免重复复写,下面的currentTarget同理

const handler = this[eventName]
if (handler && typeof handler === 'function') {
handler.call(this, $event)
__invokeHandler (rawEvent, eventConfig = []) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

名字改为__invoke吧,和其他平台对齐

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

Successfully merging this pull request may close these issues.

2 participants