feat:enable click on ListItem

This commit is contained in:
pengfei.zhou
2019-11-13 17:59:06 +08:00
parent 460030fc4f
commit 3933582e1e
5 changed files with 24 additions and 6 deletions

View File

@@ -230,7 +230,6 @@ export function jsCallEntityMethod(contextId: string, methodName: string, args?:
hookBeforeNativeCall(context)
const ret = Reflect.apply(Reflect.get(context.entity, methodName), context.entity, argumentsList)
hookAfterNativeCall(context)
loge(methodName, ret)
return ret
} else {
loge(`Cannot find method for context id:${contextId},method name is:${methodName}`)