From 83dcbacf3d65335be73213fb025fb5d566911007 Mon Sep 17 00:00:00 2001 From: al Date: Tue, 5 Nov 2024 17:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=89=E6=95=88=E6=9C=9F?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/createProfile/page.jsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/app/my/createProfile/page.jsx b/app/my/createProfile/page.jsx index 9c5fe3a..6f273eb 100644 --- a/app/my/createProfile/page.jsx +++ b/app/my/createProfile/page.jsx @@ -20,11 +20,18 @@ import requireAPI from "@/utils/requireAPI"; const superSingles = [ { key: 0, text: "永久" }, - { key: 1, text: "按年生效" }, - { key: 2, text: "按半年生效" }, - { key: 3, text: "按季度生效" }, - { key: 4, text: "按月生效" }, + { key: 1, text: "按月生效" }, + { key: 2, text: "按季度生效" }, + { key: 3, text: "按半年生效" }, + { key: 4, text: "按年生效" }, ]; +// const superSingles = [ +// { key: 0, text: "永久" }, +// { key: 1, text: "按年生效" }, +// { key: 2, text: "按半年生效" }, +// { key: 3, text: "按季度生效" }, +// { key: 4, text: "按月生效" }, +// ]; const ListItemWithCheckbox = ({ superSingle, formData,