Su1001
Results
1
comments of
Su1001
针对iOS14系统,即Xcode12运行后,图片不显示,我是这样解决的 但是不太知道会不会有其他影响。  WXLayer.m文件 - (void)display { if (@available(iOS 14.0, *)) { [super display]; } [self.wx_component _willDisplayLayer:self]; }