|
@@ -2340,7 +2340,7 @@ extension KMMainViewController {
|
|
|
|
|
|
if let info = KMAdvertisementManager.manager.info.popWindowContent?.content?.first {
|
|
if let info = KMAdvertisementManager.manager.info.popWindowContent?.content?.first {
|
|
if recommondPopWindowVC == nil {
|
|
if recommondPopWindowVC == nil {
|
|
- recommondPopWindowVC = KMRecommondPopWindow()
|
|
|
|
|
|
+ recommondPopWindowVC = KMRecommondPopWindow.default()
|
|
}
|
|
}
|
|
recommondPopWindowVC?.recommondInfo = info
|
|
recommondPopWindowVC?.recommondInfo = info
|
|
|
|
|