From cb0edcb0afa7abfa6c6aed94822c3878e42703d6 Mon Sep 17 00:00:00 2001 From: kola-web Date: Wed, 31 Dec 2025 16:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BF=80=E7=B4=A0=20bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patient/pages/hormones/index.scss | 5 +++++ src/patient/pages/hormones/index.ts | 5 +++++ src/patient/pages/hormonesStart/index.ts | 4 ---- src/patient/pages/index/index.wxml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/patient/pages/hormones/index.scss b/src/patient/pages/hormones/index.scss index ce973c8..0a05e58 100644 --- a/src/patient/pages/hormones/index.scss +++ b/src/patient/pages/hormones/index.scss @@ -138,10 +138,15 @@ page { min-width: 3em; max-width: 4em; color: #211D2E; + font-size: 40rpx; } .palce-input{ color: #ADACB2; } + .sub{ + font-size: 40rpx; + color: #211D2E; + } } .description { margin-top: 32rpx; diff --git a/src/patient/pages/hormones/index.ts b/src/patient/pages/hormones/index.ts index 733c464..3d3728b 100644 --- a/src/patient/pages/hormones/index.ts +++ b/src/patient/pages/hormones/index.ts @@ -83,9 +83,14 @@ Page({ focus: false, }, onLoad(options) { + console.log("DEBUGPRINT[139]: index.ts:85: options=", options) app.waitLogin({ type: [1] }).then(() => { this.getBaseInfo() if (Number(options.id) > 0) { + wx.showToast({ + icon: 'none', + title: '每日仅录入1次,您可修改已录信息', + }) this.getDetail(options.id) } }) diff --git a/src/patient/pages/hormonesStart/index.ts b/src/patient/pages/hormonesStart/index.ts index cdb3ee3..bab7a34 100644 --- a/src/patient/pages/hormonesStart/index.ts +++ b/src/patient/pages/hormonesStart/index.ts @@ -7,10 +7,6 @@ Page({ onLoad(options) { app.waitLogin({ type: [1] }).then(() => { if (options.id) { - wx.showToast({ - icon: 'none', - title: '每日仅录入1次,您可修改已录信息', - }) this.setData({ id: options.id, }) diff --git a/src/patient/pages/index/index.wxml b/src/patient/pages/index/index.wxml index 8c46bc9..d1cf2f9 100644 --- a/src/patient/pages/index/index.wxml +++ b/src/patient/pages/index/index.wxml @@ -90,7 +90,7 @@ 最近一次录入时间 {{hormoneDetail.createTime}}