From 7c8053f0236d7e3de1ea15e80518217a27a6c61b Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Sat, 15 Jul 2023 11:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 63 ++++++++++++--------- unpackage/dist/dev/mp-weixin/common/vendor.js | 38 ++++++++++--- unpackage/dist/dev/mp-weixin/pages/index/index.js | 66 +++++++++++++++------- .../dist/dev/mp-weixin/pages/index/index.wxml | 2 +- .../dist/dev/mp-weixin/project.private.config.json | 3 +- 5 files changed, 116 insertions(+), 56 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 421caeb..ac712cf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,11 +4,11 @@ - 姓名 : 张三 + 姓名 : {{username}} - 身份证号 : 123456202301010000 + 身份证号 : {{idcard}} @@ -16,65 +16,65 @@ L-乳酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c1 : '0'}}mmol / L 肌酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c2 : '0'}}mmol / L 肌酐 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c3 : '0'}}mmol / L 尿素 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c4 : '0'}}mmol / L β-羟丁酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c5 : '0'}}mmol / L L-谷氨酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c6 : '0'}}mmol / L - + - 2023-07-01 - 14:20 + {{ item.testDate?.split(' ')[0] }} + {{ item.testDate?.split(' ')[1] }} - L-乳酸 00mmol/L + L-乳酸 {{item.c1}}mmol/L - 肌酸 00mmol/L + 肌酸 {{item.c2}}mmol/L - 肌酐 00mmol/L + 肌酐 {{item.c3}}mmol/L - 尿素 00mmol/L + 尿素 {{item.c4}}mmol/L - β-羟丁酸 00mmol/L + β-羟丁酸 {{item.c5}}mmol/L - L-谷氨酸 00mmol/L + L-谷氨酸 {{item.c6}}mmol/L @@ -92,27 +92,36 @@ -