修改接口
This commit is contained in:
@@ -375,7 +375,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
|
||||
- (void)fetchRecommendedThemes {
|
||||
__weak typeof(self) weakSelf = self;
|
||||
[self.shopVM fetchRecommendedThemesWithCompletion:^(NSArray<KBShopThemeModel *> * _Nullable themes, NSError * _Nullable error) {
|
||||
[self.shopVM fetchRecommendedThemesWithThemeId:self.themeId completion:^(NSArray<KBShopThemeModel *> * _Nullable themes, NSError * _Nullable error) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
if (error) {
|
||||
NSLog(@"[KBSkinDetailVC] fetch recommended failed: %@", error);
|
||||
|
||||
Reference in New Issue
Block a user