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 @@ }