louis-tru/quark

Error: Event listener function type is incorrect

huoxiangdong opened this issue · 2 comments

image
是不是因为这个

	onClick="m_handle_click"

image

嗯,是这个原因,修改了下可以了
image

已经解决了,确实是这个问题。最早js版本是可以使用字符串做为处理器,但后来换成ts后删除了对字符串支持,但有些地方没有改到位