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,