add ListView DEMO ,show

This commit is contained in:
pengfei.zhou
2019-11-13 16:32:52 +08:00
parent eea7eb5d27
commit 6bf224aa9a
17 changed files with 167 additions and 39 deletions

View File

@@ -230,6 +230,7 @@ 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}`)