diff --git a/pages/Parentinformation/Parentinformation.vue b/pages/Parentinformation/Parentinformation.vue new file mode 100644 index 0000000..76f74bf --- /dev/null +++ b/pages/Parentinformation/Parentinformation.vue @@ -0,0 +1,486 @@ + + + + + + + + + 家长姓名 + + + + + + + + + + + 家长电话 + + + + + + + + + + + 学生身份证号 + + + + + + + + + + + 我已阅读并同意 + + 《隐私保护协议》 + + + + + 取消 + + + 确认 + + + + + + + 智慧幼儿体质评估与促进系统隐私保护 + + + 本指引是智慧幼儿体质评估与促进系统小程序开发者为收集、使用和存储您的信息而制定。 + 开发者收集信息: + + 1、开发者收集您的姓名,用于绑定学生家长信息; + 2、开发者收集学生身份证号,用于确认学生身份及成绩信息; + 3、开发者收集您的手机号,用于查询学生绑定的信息; + + 开发者对信息的存储: + 1、存储地点:境内 + 2、存储期限:小程序停止运营后及时删除; + + 本次操作遵守国家相关法律法规,采集的信息仅用于学生体质评估报告的相关信息查询。 + + + + 取消 + 阅读并同意 + + + + + + + + + + diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue new file mode 100644 index 0000000..a8ceb1b --- /dev/null +++ b/pages/Personal/Personal.vue @@ -0,0 +1,532 @@ + + + + + + + + 点击登录 + + + + + + + + {{parentList.parentName}} + + + {{parentList.phone}} + + + + + + + + + + 学生信息 + + + + + + + + + + + + 学生信息 + + + {{item.studentName}} + + 性别.年龄: + {{item.orderStatus=='PAY'?'已付款':''}} + {{item.studentSex=='MALE'?'男':''}} + {{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}} + + 所在班级: + {{item.className}} + + 班主任及电话: + {{item.classTeacher}} {{item.classPhone}} + + 所属幼儿园: + {{item.kindergartenName}} + + + + + + + + + 幼儿园信息 + + + + + + + + + + + + + + + + + 幼儿园信息 + + + {{item.kindergartenName}} + + 学校地址: + {{item.kindergartenAddress}} + + 园长及电话: + {{item.principalName}} {{item.kindergartenPhone}} + + + + + + + + + + + + 退出提醒 + + + 确定要推出此账号吗? + + + 拒绝 + 同意 + + + + + + + + + + + + diff --git a/pages/grade/grade.vue b/pages/grade/grade.vue new file mode 100644 index 0000000..cb5b7b9 --- /dev/null +++ b/pages/grade/grade.vue @@ -0,0 +1,310 @@ + + + + + + 暂无内容 + + + + + + + + 批次编号:{{item.batchCode}} + + + {{item.createTime}} + + + + {{item.batchName}} + + + {{item.totalFraction}} + 分 + + + + + + 查看报告 + 查看报告 + + + + + + + + + + diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue new file mode 100644 index 0000000..25402b0 --- /dev/null +++ b/pages/homepage/homepage.vue @@ -0,0 +1,79 @@ + + + + + + + + 幼儿体质分析与促进系统主要用于管理幼儿园儿童体质测评和促进,通过信息化技术建立完整的幼儿园儿童体质报告,有针对性的指导儿童做对应的锻炼达到身体全面发展。 + + 【 应用介绍 】 + + 可由各托幼园所自行使用,用于本园儿童体能锻炼、体质与体能测试评估,指导本园体能锻炼,也可用于各学龄前儿童体质与体能检测机构(如妇幼保健院),也可由所有幼儿园与妇幼院构成区域性体质与体能检测区域性应用平台。 + + 可由各托幼园所自行使用,用于本园儿童体能锻炼、体质与体能测试评估,指导本园体能锻炼,也可用于各学龄前儿童体质与体能检测机构(如妇幼保健院),也可由所有幼儿园与妇幼院构成区域性体质与体能检测区域性应用平台。 + + 【 优势特点 】 + + 与儿童保健管理、集体儿童管理数据共享,实现儿童在不同业务管理过程中的连续管理过程;自动进行体质评分与总评价,以班级、年级、幼儿园、辖区等不同方式进行体质与体能评价。支持幼儿园老师、保健院医生多角色录入;支持保健院、教育局审核;全自动生成测试结果;自动生成详细报表;自动数据上报。 + + + + + + + + + + diff --git a/static/Personal.png b/static/Personal.png new file mode 100644 index 0000000..5e361fc Binary files /dev/null and b/static/Personal.png differ diff --git a/static/baogao.png b/static/baogao.png new file mode 100644 index 0000000..9b20ab5 Binary files /dev/null and b/static/baogao.png differ diff --git a/static/chengji.png b/static/chengji.png new file mode 100644 index 0000000..e84a7a4 Binary files /dev/null and b/static/chengji.png differ diff --git a/static/gongli.png b/static/gongli.png new file mode 100644 index 0000000..a8f67a8 Binary files /dev/null and b/static/gongli.png differ diff --git a/static/grade.png b/static/grade.png new file mode 100644 index 0000000..7e3f647 Binary files /dev/null and b/static/grade.png differ diff --git a/static/homepage.png b/static/homepage.png new file mode 100644 index 0000000..9a2b9fc Binary files /dev/null and b/static/homepage.png differ diff --git a/static/idcard.png b/static/idcard.png new file mode 100644 index 0000000..76ad0d0 Binary files /dev/null and b/static/idcard.png differ diff --git a/static/jiazhang.png b/static/jiazhang.png new file mode 100644 index 0000000..0e132cb Binary files /dev/null and b/static/jiazhang.png differ diff --git a/static/name-item.png b/static/name-item.png new file mode 100644 index 0000000..4a38c83 Binary files /dev/null and b/static/name-item.png differ diff --git a/static/phone-item.png b/static/phone-item.png new file mode 100644 index 0000000..ced6fed Binary files /dev/null and b/static/phone-item.png differ diff --git a/static/poser.png b/static/poser.png new file mode 100644 index 0000000..1a54db2 Binary files /dev/null and b/static/poser.png differ diff --git a/static/renshi.png b/static/renshi.png new file mode 100644 index 0000000..1a66e69 Binary files /dev/null and b/static/renshi.png differ diff --git a/static/shouye.png b/static/shouye.png new file mode 100644 index 0000000..ccaaedf Binary files /dev/null and b/static/shouye.png differ diff --git a/static/sili.png b/static/sili.png new file mode 100644 index 0000000..a00d794 Binary files /dev/null and b/static/sili.png differ diff --git a/static/tijianbaogao.png b/static/tijianbaogao.png new file mode 100644 index 0000000..ea1e721 Binary files /dev/null and b/static/tijianbaogao.png differ diff --git a/static/tishi.png b/static/tishi.png new file mode 100644 index 0000000..18b82be Binary files /dev/null and b/static/tishi.png differ diff --git a/static/tishiimage.png b/static/tishiimage.png new file mode 100644 index 0000000..90e0987 Binary files /dev/null and b/static/tishiimage.png differ diff --git a/static/toux.png b/static/toux.png new file mode 100644 index 0000000..302fe65 Binary files /dev/null and b/static/toux.png differ diff --git a/static/tuceng.png b/static/tuceng.png new file mode 100644 index 0000000..8050fab Binary files /dev/null and b/static/tuceng.png differ diff --git a/static/tuichu.png b/static/tuichu.png new file mode 100644 index 0000000..a05296a Binary files /dev/null and b/static/tuichu.png differ diff --git a/static/wode.png b/static/wode.png new file mode 100644 index 0000000..237851d Binary files /dev/null and b/static/wode.png differ diff --git a/static/xuexiao.png b/static/xuexiao.png new file mode 100644 index 0000000..89e60f7 Binary files /dev/null and b/static/xuexiao.png differ diff --git a/static/zanwu.png b/static/zanwu.png new file mode 100644 index 0000000..a6b9405 Binary files /dev/null and b/static/zanwu.png differ diff --git a/static/zanwuchengji.png b/static/zanwuchengji.png new file mode 100644 index 0000000..7fdbef5 Binary files /dev/null and b/static/zanwuchengji.png differ
本指引是智慧幼儿体质评估与促进系统小程序开发者为收集、使用和存储您的信息而制定。
开发者收集信息: