Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

[问题] 如何在小程序获取 event事件中定义类型 #1062

Closed
jimmyann opened this issue Jun 9, 2020 · 0 comments · Fixed by #1286
Closed

[问题] 如何在小程序获取 event事件中定义类型 #1062

jimmyann opened this issue Jun 9, 2020 · 0 comments · Fixed by #1286
Labels
question Further information is requested

Comments

@jimmyann
Copy link

jimmyann commented Jun 9, 2020

// typescript
const handleMoive=(e)=>{
// 这里我想获取 小程序e的 target 和其他的一些属性
}
<View className="flex text-center" onClick={(e) => handleMove(e)}>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant