瀏覽代碼

weGZH videoSelectModal: 票圈热门 tab 下隐藏标题搜索框,搜索仅对 prior/posterior/全部 三个 tab 可见(搜索后端只查 demand 池,热门下搜索语义无效)

刘立冬 1 月之前
父節點
當前提交
e821c0fd11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/publishContent/weGZH/components/videoSelectModal/index.tsx

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

@@ -489,7 +489,7 @@ const VideoSelectModal: React.FC<VideoSelectModalProps> = ({ planType, visible,
 							options={videoCategoryOptions.map(option => ({ label: option, value: option }))}
 						/>
 					</div>
-					{canSeeSearch && (
+					{canSeeSearch && source !== 'hot' && (
 						<div className="flex items-center gap-2">
 							<span className="text-gray-600">搜索:</span>
 							<Tooltip title={searchDisabledTip}>