iOS:DoricContext add vc

This commit is contained in:
pengfei.zhou
2020-04-21 18:52:54 +08:00
committed by osborn
parent 64d1153e93
commit 2541a13d74
4 changed files with 11 additions and 7 deletions

View File

@@ -181,6 +181,7 @@ - (void)loadJSBundle {
[self.doricPanel config:result alias:self.alias extra:self.extra];
self.doricPanel.doricContext.navigator = self;
self.doricPanel.doricContext.navBar = self;
self.doricPanel.doricContext.vc = self;
});
};
result.exceptionCallback = ^(NSException *e) {