lihao 4 年 前
コミット
f5490a4565
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Collection/CollectionService.cs

+ 2 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Collection/CollectionService.cs

@@ -297,8 +297,9 @@ namespace GxPress.Service.Implement.Collection
                                 item.Data.Title = "[图片]";
                             else
                                 item.Data.Title = "[附件]";
-                            item.Title = item.Data.Text;
+                            item.Title = item.Data.Title;
                         }
+
                     }
                 }
             }