From d234c1a48afa437a99654391ea279dece8c506fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Fri, 12 Jun 2026 16:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=AB=98=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/other/score/center.vue | 7 +- pages/other/score/chongqing.vue | 2521 +++++++++-------- pages/other/score/guandong.vue | 35 +- pages/other/score/hebei.vue | 13 +- pages/other/score/index.vue | 7 + static/image/other/score/chongqing/wxcode.jpg | Bin 0 -> 39105 bytes static/image/other/score/qrcode.png | Bin 0 -> 6412 bytes 7 files changed, 1317 insertions(+), 1266 deletions(-) create mode 100644 static/image/other/score/chongqing/wxcode.jpg create mode 100644 static/image/other/score/qrcode.png 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 @@ \ 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 @@ - - - + + + + + + + 考试成绩结果 + + + + + - - 考试成绩结果 - - - - - @@ -468,13 +471,17 @@ }