私域操盘手 - 新建获客场景对每一步的参数进行校验,更友好的交互和提示

This commit is contained in:
柳清爽
2025-05-19 17:25:31 +08:00
parent 1a9afdd58e
commit 672b6ba89f
3 changed files with 22 additions and 27 deletions

View File

@@ -294,7 +294,7 @@ export default function NewAcquisitionPlan() {
<div className="w-full bg-white min-h-screen flex flex-col">
<header className="sticky top-0 z-10 bg-white border-b">
<div className="flex items-center h-14 px-4">
<Button variant="ghost" size="icon" onClick={() => router.push("/")}>
<Button variant="ghost" size="icon" onClick={() => router.push("/scenarios")}>
<ChevronLeft className="h-5 w-5" />
</Button>
<h1 className="ml-2 text-lg font-medium">{formData.sourceWechatId ? "好友转移" : "新建获客计划"}</h1>