jihuaqiang 1 tuần trước cách đây
mục cha
commit
99b309e2d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/publishContent/weGZH/index.tsx

+ 1 - 1
src/views/publishContent/weGZH/index.tsx

@@ -60,7 +60,7 @@ const WeGZHContent: React.FC = () => {
 			ellipsis: true,
 			render: (_, record) => {
 				return record.videoList.map(video => {
-					return <div className="text-gray-600 text-sm truncate" key={video.videoId}>{video.title}</div>
+					return <div className="text-gray-600 text-sm truncate" key={video.videoId}>{video.customTitle || video.title}</div>
 				})
 			}
 		},