lihao 4 years ago
parent
commit
f5490a4565

+ 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;
                         }
+
                     }
                 }
             }