Просмотр исходного кода

更新公众号未选账号时「添加视频」的提示文案。

说明选公众号后会为其推荐匹配的优质视频,减少合作方困惑。

Co-authored-by: Cursor <cursoragent@cursor.com>
刘立冬 2 дней назад
Родитель
Сommit
49ebafddbc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/publishContent/weGZH/components/publishPlanModal/index.tsx

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

@@ -106,7 +106,7 @@ const AddPunlishPlanModal: React.FC<AddPunlishPlanModalProps> = ({ visible, isSu
 
 
 	const openVideoSelector = () => {
 	const openVideoSelector = () => {
 		if (!accountId) {
 		if (!accountId) {
-			message.warning('请先选择公众号');
+			message.warning('请先选择公众号,为您推荐适合该公众号的优质视频');
 			return;
 			return;
 		}
 		}
 		setIsVideoSelectVisible(true);
 		setIsVideoSelectVisible(true);