Browse Source

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

刘立冬 1 day ago
parent
commit
e821c0fd11

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