android callJSRespone

This commit is contained in:
pengfei.zhou
2019-07-21 06:54:24 +08:00
parent c39629838d
commit eb1c076dfb
4 changed files with 36 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ export abstract class Panel {
}
@NativeCall
private __responedCallback__(viewIds: string[], callbackId: string) {
private __response__(viewIds: string[], callbackId: string) {
const v = this.retrospectView(viewIds)
if (v === undefined) {
loge(`Cannot find view for ${viewIds}`)