jcore-react-native icon indicating copy to clipboard operation
jcore-react-native copied to clipboard

这对吗?

Open YueLiXing opened this issue 4 months ago • 0 comments

RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
{
    JgLog("JCollectionAuth %d",enable);
    __block BOOL isAuth= enable;
    [JGInforCollectionAuth JCollectionAuth:^(JGInforCollectionAuthItems * _Nonnull authInfo) {
        authInfo.isAuth = isAuth;
    }];
}

YueLiXing avatar Aug 30 '25 01:08 YueLiXing