1
This commit is contained in:
@@ -293,7 +293,10 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
mode:KBSkinSourceModeRemoteZip
|
||||
completion:^(BOOL success) {
|
||||
if (success) {
|
||||
// [KBHUD showSuccess:KBLocalized(@"已开始下载")];
|
||||
NSString *themeId = self.detailModel.themeId;
|
||||
if (themeId.length > 0) {
|
||||
[self.shopVM restoreThemeWithId:themeId completion:nil];
|
||||
}
|
||||
} else {
|
||||
[KBHUD showInfo:KBLocalized(@"下载失败")];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user