diff --git a/pages/other/score/center.vue b/pages/other/score/center.vue
index 6405b61..a4b7d97 100644
--- a/pages/other/score/center.vue
+++ b/pages/other/score/center.vue
@@ -98,7 +98,7 @@ function back(){
身份证号: {{data.form.idNumber}}
- 姓 名: {{data.form.name}}
+ 姓 名: {{data.form.name}}
科目成绩:
@@ -548,7 +548,7 @@ function back(){
.flexcontainer_3 {
position: relative;
display: flex;
- width: 288rpx;
+ // width: 288rpx;
height: 32rpx;
flex-direction: row;
align-items: flex-start;
@@ -558,6 +558,7 @@ function back(){
/* 姓 名: */
.text_7 {
+ width: 210rpx;
font-size: 32rpx;
font-family: 'PingFang SC';
font-weight: 400;
@@ -570,6 +571,8 @@ function back(){
margin-bottom: -6rpx;
position: relative;
margin-left: 0;
+ display: flex;
+ justify-content: space-between;
}
/* 肖战 */
diff --git a/pages/other/score/chongqing.vue b/pages/other/score/chongqing.vue
index 8ee5729..bcbc157 100644
--- a/pages/other/score/chongqing.vue
+++ b/pages/other/score/chongqing.vue
@@ -1,1282 +1,1317 @@
-
-
+
+
-
-
-
-
- 重庆市教育考试招生查询系统 gkcj.cqksy.cn
-
-
-
-
-
-
-
-
- 菜单
-
-
- 2026年普通高考综合查询
-
-
- 欢迎您,{{data.form.name}}({{data.form.idNumber}})
-
-
-
-
-
-
-
-
- 科目 成绩
-
- 语文 {{data.form.chinese}}
- 数学 {{data.form.math}}
- 外语 {{data.form.english}}
- 物理 {{data.form.physics}}
-
-
- 化学 {{data.form.chemistry}}
-
-
- 生物学 {{data.form.biology}}
-
-
- 总分 {{total}}
-
-
- 更多信息请关注: 重庆市教育考试院官方网站 重庆招考信息网
-
-
-
-
-
-
-
- 重庆招考微信公众号
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 头像
-
-
-
- +
-
- 清除
-
-
-
- 姓名
-
-
-
- 身份证号
-
-
-
- 语文
-
-
-
- 数学
-
-
-
- 外语
-
-
-
- 物理
-
-
-
- 化学
-
-
-
- 生物学
-
-
-
- 总分
- {{editTotal}}
-
-
-
-
-
-
+
+
+
+ 重庆市教育考试招生查询系统 gkcj.cqksy.cn
+
+
+
+
+
+
+
+
+
+ 菜单
+
+
+ 2026年普通高考综合查询
+
+
+ 欢迎您,{{data.form.name}}({{data.form.idNumber}})
+
+
+
+
+
+
+
+
+
+ 科目 成绩
+
+ 语文 {{data.form.chinese}}
+
+ 数学 {{data.form.math}}
+
+ 外语 {{data.form.english}}
+
+ 物理 {{data.form.physics}}
+
+
+ 化学
+ {{data.form.chemistry}}
+
+ 生物学 {{data.form.biology}}
+
+
+ 总分 {{total}}
+
+
+
+
+ 更多信息请关注: 重庆市教育考试院官方网站 重庆招 考信息网
+
+
+
+
+
+
+
+
+ 重庆招考微信公众号
+
+
+
+
+
+
+
+
+
+
+
+
+ 二维码
+
+
+
+ +
+
+ 清除
+
+
+
+ 姓名
+
+
+
+ 身份证号
+
+
+
+ 语文
+
+
+
+ 数学
+
+
+
+ 外语
+
+
+
+ 物理
+
+
+
+ 化学
+
+
+
+ 生物学
+
+
+
+ 总分
+ {{editTotal}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/other/score/guandong.vue b/pages/other/score/guandong.vue
index da6629a..d55dc85 100644
--- a/pages/other/score/guandong.vue
+++ b/pages/other/score/guandong.vue
@@ -92,10 +92,11 @@
console.log(e)
}
function getTime(times,status){
+ let list=times.split('-')
if(status){
- return times.substring(0,4)+'年'
+ return list[0]+'年'
}else{
- return times.substring(0,7).replace('-','年')+'月'
+ return list[0]+'年'+list[1]+'月'
}
}
@@ -109,17 +110,19 @@
-