The method of the iOS weex custom component cannot be executed

customizes a component in iOS and provides a method, but prompts funcation undefined .

when vue is called.
// iOS
[WXSDKEngine registerComponent:@"rich-image" withClass:[KSWXImgComponent class]];

// KSWXImgComponent.m
WX_EXPORT_METHOD(@selector(save:))
- (void)save:(WXKeepAliveCallback)resultCallback {
}
// vue
<rich-image ref="test"></rich-image>
this.$refs["test"].save()
Aug.29,2021
After the

problem is solved, please adopt the answer to end it; if you find your own solution, you can answer it yourself and adopt it. Have you solved the problem of


weex undefine

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e5c1-40994.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e5c1-40994.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?