From cb94f777155ab2cc2181ce511c06222aa3e87c20 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Fri, 30 Aug 2024 17:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=B8=8Ebug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 11 ++ package.json | 1 + pages.json | 2 +- pages/YNEduApp/exam/examination.vue | 140 ++++++++++++------ pages/YNEduApp/learn/learn.vue | 10 +- .../YNEduApp/learnProj/components/PdfView.vue | 12 +- pages/YNEduApp/learnProj/learnProjDetail.vue | 6 +- pages/YNEduApp/learnProj/pdfStudy.vue | 31 ++-- pages/YNEduApp/prac/exercises.vue | 114 ++++++++------ pages/YNEduApp/prac/prac.vue | 6 +- pages/YNEduApp/prac/pracDetail.vue | 30 ++-- pages/YNEduApp/user/faceScan.vue | 43 +++++- pages/YNEduApp/user/user.vue | 1 + 13 files changed, 262 insertions(+), 145 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64985ef..de0bb9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "3.4.5", "license": "MIT", "dependencies": { + "image-tools": "^1.4.0", "luch-request": "^3.1.1" } }, @@ -17,6 +18,11 @@ "resolved": "https://registry.npmjs.org/@dcloudio/types/-/types-2.6.12.tgz", "integrity": "sha512-mrCMwcINy1IFjU9VUqLeWBkj404yWs5paLDttBcA+eqUjanuUQbBcTVPqlrGgkyzLXDcV2oDDZRSNxNpXi4kMQ==" }, + "node_modules/image-tools": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/image-tools/-/image-tools-1.4.0.tgz", + "integrity": "sha512-TKtvJ6iUwM0mfaD4keMnk1ENHFC470QEjBfA3IlvKdEOufzvWbjbaoNcoyYq6HlViF8+d5tOS1ooE6j7CHf1lQ==" + }, "node_modules/luch-request": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/luch-request/-/luch-request-3.1.1.tgz", @@ -32,6 +38,11 @@ "resolved": "https://registry.npmjs.org/@dcloudio/types/-/types-2.6.12.tgz", "integrity": "sha512-mrCMwcINy1IFjU9VUqLeWBkj404yWs5paLDttBcA+eqUjanuUQbBcTVPqlrGgkyzLXDcV2oDDZRSNxNpXi4kMQ==" }, + "image-tools": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/image-tools/-/image-tools-1.4.0.tgz", + "integrity": "sha512-TKtvJ6iUwM0mfaD4keMnk1ENHFC470QEjBfA3IlvKdEOufzvWbjbaoNcoyYq6HlViF8+d5tOS1ooE6j7CHf1lQ==" + }, "luch-request": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/luch-request/-/luch-request-3.1.1.tgz", diff --git a/package.json b/package.json index 7f56979..0bbe15b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ }, "homepage": "https://github.com/dcloudio/hello-uniapp#readme", "dependencies": { + "image-tools": "^1.4.0", "luch-request": "^3.1.1" }, "dcloudext": { diff --git a/pages.json b/pages.json index b4c2c76..99e2827 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,7 @@ "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // { - // "path": "pages/YNEduApp/index/index", + // "path": "pages/YNEduApp/index/index", // "style": { // "navigationStyle" : "custom" // } diff --git a/pages/YNEduApp/exam/examination.vue b/pages/YNEduApp/exam/examination.vue index 3d27532..c3f03c4 100644 --- a/pages/YNEduApp/exam/examination.vue +++ b/pages/YNEduApp/exam/examination.vue @@ -116,6 +116,7 @@ diff --git a/pages/YNEduApp/learnProj/learnProjDetail.vue b/pages/YNEduApp/learnProj/learnProjDetail.vue index d087665..c70423c 100644 --- a/pages/YNEduApp/learnProj/learnProjDetail.vue +++ b/pages/YNEduApp/learnProj/learnProjDetail.vue @@ -3,7 +3,7 @@

{{ name }}

- 合格标准:{{ eligibility }} + 合格标准:学习进度达到{{ eligibility }}%