Browse Source

移动云相册 有更新的 type 弹框,未关闭的老弹框自动关闭

liuzhenxing1118 1 week ago
parent
commit
f6bec7f80a

+ 1 - 1
artimenring-iOS/Artimenring/Classes/ViewController/WFunction/Album/SKAlbumPopupView.m

@@ -34,7 +34,7 @@
                 return;
             else {
                 //有更新的 type 弹框,未关闭的老弹框自动关闭
-                popup.mCallback(NO, popup.mTicket);
+                [popup onClose:nil];
             }
         }
     }