uniapp 事件代理
时间: 2023-09-15 07:18:13 浏览: 149
uniapp学习视频
在uniapp中,事件代理是指通过在组件上定义事件监听函数来处理用户的触发事件。对于一些特殊的事件,如map组件的regionchange事件,由于其event type有begin和end两个,无法在handleProxy中区分,因此需要同时监听事件名和事件类型,例如<map @regiοnchange="functionName" @end="functionName" @begin="functionName">。同时,uniapp中没有默认事件,因此不需要使用prevent来阻止默认事件的发生。另外,uniapp也没有removeEventListener方法,因此无法实现once的功能。综上所述,在uniapp中的事件代理需要注意以上几点。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Uni-App - uniapp事件处理、事件绑定、事件传参](https://blog.csdn.net/a460550542/article/details/129238005)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文