添加优惠券发放的功能 & 切换后台线上和线下首页区别

This commit is contained in:
Eamon
2026-05-08 16:02:48 +08:00
parent 7cd1a7cbe7
commit 85f9e68e32
9 changed files with 409 additions and 25 deletions

View File

@@ -18,12 +18,7 @@ import {
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu"
import {
Field,
FieldError,
FieldGroup,
FieldLabel,
} from "@/components/ui/field"
import { Field, FieldError, FieldLabel } from "@/components/ui/field"
import { Input } from "@/components/ui/input"
import {
Select,
@@ -452,7 +447,7 @@ export default function CustPage() {
<DropdownMenuItem
onClick={() =>
router.push(
`/client/issue?userId=${user.id}&phone=${user.phone}`,
`/client/coupon?userId=${user.id}&phone=${user.phone}`,
)
}
>