Commit 3add8d9d authored by spc's avatar spc

fixed

parent 324fd30a
......@@ -162,7 +162,7 @@ function handleCancel() {
}
// 协议同意状态
const agreementChecked = ref(false);
const agreementChecked = ref(true);
// 页面状态管理
const pageStatus = ref({
......
......@@ -164,7 +164,7 @@ const pageStatus = ref({
});
// 协议同意状态
const agreementChecked = ref(false);
const agreementChecked = ref(true);
// 0备孕 1孕中 2出生
const formData = ref({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment