Steven 1 سال پیش
والد
کامیت
1742740645
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      KulexiuForStudent/KulexiuForStudent/Common/MediaMerge/AudioMerge/KSMediaMergeView.m

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Common/MediaMerge/AudioMerge/KSMediaMergeView.m

@@ -1162,7 +1162,7 @@
     NSString *url = [NSString stringWithFormat:@"%@%@?id=%@",WEBHOST, @"/#/shareCreation", productId];
     UIImage *image = [UIImage new];
     NSString *descMessage = desc;
-    id thumImage = [NSString isEmptyString:self.coverImage] ? [UIImage imageNamed:@"music_placeholder"] : self.coverImage;
+    id thumImage = [NSString isEmptyString:self.coverImage] ? [UIImage imageNamed:@"pub_music_placeholder"] : self.coverImage;
     switch (type) {
         case MINESHARETYPE_FRIEND:
         {