jcore-react-native
jcore-react-native copied to clipboard
这对吗?
RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
{
JgLog("JCollectionAuth %d",enable);
__block BOOL isAuth= enable;
[JGInforCollectionAuth JCollectionAuth:^(JGInforCollectionAuthItems * _Nonnull authInfo) {
authInfo.isAuth = isAuth;
}];
}