修复bug

This commit is contained in:
liyuhua
2024-01-05 17:05:27 +08:00
parent c670d7be6d
commit 470ecd99e7
14 changed files with 139 additions and 94 deletions

View File

@@ -161,6 +161,7 @@
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
[pasteboard setString:urlString];
[XNDJTDDLoadingTool showSuccessWithMessage:YMLocalizedString(@"XPShareView0")];
[TTPopup dismiss];
return;
}
@@ -185,7 +186,9 @@
}];
if (self.delegate && [self.delegate respondsToSelector:@selector(shareView:didSuccess:)]) {
[self.delegate shareView:self didSuccess:self.shareInfo];
}
// FBtype = PlatformOfLine;
// [shareParams SSDKSetupLineParamsByText:encodedUrl image:nil type:SSDKContentTypeAuto];